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',
2016-12-28 06:00:21 +08:00
checkpoint: '9941a53da74844d3eb4f36a905494f70ed3498e6fdbb18370792370e60ad2468'
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