homebrew-cask-versions/Casks/musictube.rb
2015-01-22 22:18:03 +00:00

12 lines
403 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'
name 'Musictube'
homepage 'http://flavio.tordini.org/musictube'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Musictube.app'
end