homebrew-cask/Casks/cycling74-max.rb

14 lines
428 B
Ruby
Raw Normal View History

2014-11-14 01:25:40 +08:00
cask :v1 => 'cycling74-max' do
2015-11-07 23:59:30 +08:00
version '7.0.6_150930'
sha256 '8498d56b174e214808e8ddfa05fa02c0e5b7f51b34182ab6cfe5eb9d60ef1697'
2014-07-02 01:50:25 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "https://akiaj5esl75o5wbdcv2a-maxmspjitter.s3.amazonaws.com/Max#{version.delete('.')}.dmg"
2015-01-06 10:36:21 +08:00
name 'Max'
homepage 'https://cycling74.com/'
2015-06-07 23:06:42 +08:00
license :commercial
2015-01-06 10:36:21 +08:00
tags :vendor => 'Cycling 74'
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