homebrew-cask/Casks/solvespace.rb

14 lines
531 B
Ruby
Raw Normal View History

2016-08-29 05:48:40 +08:00
cask 'solvespace' do
2016-12-12 08:16:07 +08:00
version '2.2'
sha256 '58b3577f27255a48f8cdb6e56efab54e6f8625137903d7af2aaf2a150b05d72b'
2016-08-29 05:48:40 +08:00
# github.com was verified as official when first introduced to the cask
url "https://github.com/solvespace/solvespace/releases/download/v#{version}/solvespace.dmg"
appcast 'https://github.com/solvespace/solvespace/releases.atom',
2016-12-12 08:16:07 +08:00
checkpoint: '14d5efb3a103d1ef45cbbf1911b99d91f849cd1cfc7354989e349b83940c0a97'
2016-08-29 05:48:40 +08:00
name 'SolveSpace'
2016-11-23 21:35:25 +08:00
homepage 'http://solvespace.com/index.pl'
2016-08-29 05:48:40 +08:00
2016-12-18 04:32:31 +08:00
app 'solvespace.app'
2016-08-29 05:48:40 +08:00
end