homebrew-cask/Casks/amadeus-pro.rb

13 lines
413 B
Ruby
Raw Normal View History

2014-11-14 01:25:21 +08:00
cask :v1 => 'amadeus-pro' do
2014-09-17 19:42:37 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://s3.amazonaws.com/AmadeusPro2/AmadeusPro.dmg'
2015-01-04 11:00:52 +08:00
name 'Amadeus Pro'
homepage 'http://www.hairersoft.com/pro.html'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:13 +08:00
app 'Amadeus Pro.app'
2014-03-26 03:28:28 +08:00
end