homebrew-cask/Casks/au-lab.rb

13 lines
299 B
Ruby
Raw Normal View History

2014-11-14 01:25:24 +08:00
cask :v1 => 'au-lab' do
2014-09-17 19:42:38 +08:00
version :latest
2014-07-15 17:43:28 +08:00
sha256 :no_check
url 'http://images.apple.com/itunes/mastered-for-itunes/docs/au_lab.zip'
2015-01-04 11:20:56 +08:00
name 'AU Lab'
2014-07-15 17:43:28 +08:00
homepage 'http://www.apple.com/itunes/mastered-for-itunes/'
2014-10-13 23:54:43 +08:00
license :gratis
2014-09-26 22:28:01 +08:00
2014-10-09 23:40:45 +08:00
container :nested => 'AU Lab Image.dmg'
2014-09-16 00:05:16 +08:00
app 'AU Lab.app'
2014-07-15 17:43:28 +08:00
end