Daniel Lindenfelser
10 years ago
1 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
cask :v1 => 'cycling74-max6' do |
||||
|
version '6.1.7-140421' |
||||
|
sha256 'deb3070e0161e074c7ee91861e06cfeec2c1dc85eb715e476797d026821c32c9' |
||||
|
|
||||
|
# amazonaws.com is the official download host per the vendor homepage |
||||
|
url "https://akiaj5esl75o5wbdcv2a-maxmspjitter.s3.amazonaws.com/Max#{version.sub('-','_').gsub('.','')}.dmg" |
||||
|
name 'Max' |
||||
|
homepage 'http://cycling74.com' |
||||
|
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder |
||||
|
tags :vendor => 'Cycling ‘74' |
||||
|
|
||||
|
pkg "Max #{version.sub(%r{^(\d+\.\d+).*},'\1')} Installer.pkg" |
||||
|
|
||||
|
uninstall :pkgutil => 'com.cycling74.Max*', |
||||
|
:delete => '/Applications/Max 6.1' |
||||
|
end |
Loading…
Reference in new issue