homebrew-cask-versions/Casks/musictube.rb
2014-12-10 08:50:12 -05:00

11 lines
335 B
Ruby

cask :v1 => 'musictube' do
version :latest
sha256 :no_check
url 'http://flavio.tordini.org/files/musictube/musictube.dmg'
appcast 'http://flavio.tordini.org/musictube-ws/appcast.xml'
homepage 'http://flavio.tordini.org/musictube'
license :unknown # todo: improve this machine-generated value
app 'Musictube.app'
end