mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
12 lines
403 B
Ruby
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
|