homebrew-cask/Casks/lilypond.rb

12 lines
389 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lilypond' do
version '2.18.2-1'
2016-09-29 23:59:35 +08:00
sha256 '0009bf234db6a598e30940ae9a5cef50ffe939992c9bf0c7959ecd9c0d179c80'
2016-09-29 23:59:35 +08:00
# linuxaudio.org/lilypond was verified as official when first introduced to the cask
url "http://download.linuxaudio.org/lilypond/binaries/darwin-x86/lilypond-#{version}.darwin-x86.tar.bz2"
2015-01-12 02:53:57 +08:00
name 'LilyPond'
2016-03-21 04:16:45 +08:00
homepage 'http://lilypond.org/'
2014-09-16 00:05:51 +08:00
app 'LilyPond.app'
end