lilypond.rb: fix vendor comment

This commit is contained in:
Victor Popkov 2016-03-20 22:16:45 +02:00 committed by Vítor Galvão
parent 3d17adc9e8
commit 8501660da7
1 changed files with 3 additions and 3 deletions

View File

@ -3,16 +3,16 @@ cask 'lilypond' do
if Hardware::CPU.type == :ppc
sha256 '4044931924c51b4b511b7e4597d7184b70ec2e5f0df143b8179d10825d828f4d'
# linuxaudio.org is the official download host per the vendor homepage
# linuxaudio.org/lilypond was verified as official when first introduced to the cask
url "http://download.linuxaudio.org/lilypond/binaries/darwin-ppc/lilypond-#{version}.darwin-ppc.tar.bz2"
else
sha256 '0009bf234db6a598e30940ae9a5cef50ffe939992c9bf0c7959ecd9c0d179c80'
# linuxaudio.org is the official download host per the vendor homepage
# 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"
end
name 'LilyPond'
homepage 'http://lilypond.org'
homepage 'http://lilypond.org/'
license :gpl
app 'LilyPond.app'