homebrew-cask/Casks/triumph.rb

13 lines
413 B
Ruby
Raw Normal View History

2014-11-14 01:27:13 +08:00
cask :v1 => 'triumph' do
2014-09-21 15:05:25 +08:00
version :latest
sha256 :no_check
2015-06-29 14:32:18 +08:00
url 'https://www.audiofile-engineering.com/triumph/download/Triumph.dmg'
2015-05-05 04:48:43 +08:00
name 'Triumph'
2015-06-29 14:32:18 +08:00
homepage 'https://www.audiofile-engineering.com/triumph/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-21 15:05:25 +08:00
app 'Triumph.app'
app 'Triumph.app/Contents/Applications/DDP Player.app'
end