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
version '7.0.5_150727'
sha256 '61d5d5e0a4ca4d56a1bffbc49343b5624c02f0a707bfed943e8c0eb15c91c557'
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