homebrew-cask/Casks/solvespace.rb

14 lines
532 B
Ruby
Raw Normal View History

2016-08-29 05:48:40 +08:00
cask 'solvespace' do
2016-12-28 06:00:21 +08:00
version '2.3'
sha256 '2e93301bbfef9253b5ef614862d891e2ab84e18c6a1e4e36225c5d47cacabc2d'
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',
2017-05-10 21:48:39 +08:00
checkpoint: '80948af9a3b9048b69f498307fe2cd184953586768ac2cdb9d4d24d589bf5ff1'
2016-08-29 05:48:40 +08:00
name 'SolveSpace'
2017-02-12 10:16:58 +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