homebrew-cask/Casks/cycling74-max.rb

13 lines
366 B
Ruby
Raw Normal View History

2014-11-14 01:25:40 +08:00
cask :v1 => 'cycling74-max' do
2015-06-07 23:06:42 +08:00
version '7.0.3-150402'
sha256 'c63616022a19e8aafe7c7036265599644b13f3ae640509ffe17a3c7c6953d55e'
2014-07-02 01:50:25 +08:00
2015-06-07 23:06:42 +08:00
url "http://filepivot.appspot.com/projects/maxmspjitter/files/Max#{version.sub('-','_').gsub('.','')}.dmg"
2015-01-06 10:36:21 +08:00
name 'Max'
2014-07-02 01:50:25 +08:00
homepage 'http://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