mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
10 lines
254 B
Ruby
10 lines
254 B
Ruby
class Musique < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'http://flavio.tordini.org/files/musique/musique.dmg'
|
|
appcast 'http://flavio.tordini.org/musique-ws/appcast.xml'
|
|
homepage 'http://flavio.tordini.org/musique'
|
|
|
|
link 'Musique.app'
|
|
end
|