homebrew-cask/Casks/cycling74-max.rb

13 lines
395 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cycling74-max' do
2016-01-14 15:44:17 +08:00
version '7.1_151214'
sha256 'bad6240c1f67d9be7dbfb8ee5351d42f1d5fdd5d76436fc0dd40b43b5dab660e'
2014-07-02 01:50:25 +08:00
# amazonaws.com is the official download host per the vendor homepage
2016-01-14 15:44:17 +08:00
url "https://akiaj5esl75o5wbdcv2a-maxmspjitter.s3.amazonaws.com/Max#{version.no_dots}.dmg"
name 'Cycling 74 Max'
homepage 'https://cycling74.com/'
2015-06-07 23:06:42 +08:00
license :commercial
2014-07-02 01:50:25 +08:00
2015-06-07 23:06:42 +08:00
app 'Max.app'
2014-07-02 01:50:25 +08:00
end