homebrew-cask/Casks/musictube.rb

14 lines
391 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'musictube' do
2014-09-17 19:42:54 +08:00
version :latest
sha256 :no_check
url 'http://flavio.tordini.org/files/musictube/musictube.dmg'
2015-12-26 04:57:40 +08:00
appcast 'http://flavio.tordini.org/musictube-ws/appcast.xml',
:sha256 => 'ca9cf394ad6e2b9dd618194c63c069c5f36bd8dec1c9445f6f8b804437a0c61c'
2015-01-23 06:18:03 +08:00
name 'Musictube'
homepage 'http://flavio.tordini.org/musictube'
2015-09-23 00:40:19 +08:00
license :commercial
2014-09-16 00:05:59 +08:00
app 'Musictube.app'
end