homebrew-cask/Casks/musictube.rb

12 lines
384 B
Ruby
Raw Normal View History

2014-11-14 01:26:27 +08:00
cask :v1 => 'musictube' do
2014-09-17 19:42:54 +08:00
version :latest
sha256 :no_check
url 'http://flavio.tordini.org/files/musictube/musictube.dmg'
2014-06-04 19:51:04 +08:00
appcast 'http://flavio.tordini.org/musictube-ws/appcast.xml'
homepage 'http://flavio.tordini.org/musictube'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:59 +08:00
app 'Musictube.app'
end