From ae0d4873600d46642eaee832d7cde2e97c441301 Mon Sep 17 00:00:00 2001 From: yrammos Date: Tue, 4 Mar 2014 01:57:17 +0400 Subject: [PATCH] lilypond 2.18.1 (devel 2.19.3) Closes Homebrew/homebrew#27186. Signed-off-by: Mike McQuaid --- Formula/lilypond.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/lilypond.rb b/Formula/lilypond.rb index d5e4ff8da4c..ad4f3dca0f8 100644 --- a/Formula/lilypond.rb +++ b/Formula/lilypond.rb @@ -2,12 +2,12 @@ require 'formula' class Lilypond < Formula homepage 'http://lilypond.org/' - url 'http://download.linuxaudio.org/lilypond/sources/v2.18/lilypond-2.18.0.tar.gz' - sha1 '8bf2637b27351b999c535a219fe20407d359910a' + url 'http://download.linuxaudio.org/lilypond/sources/v2.18/lilypond-2.18.1.tar.gz' + sha1 '2da4b9881c5263179e41370624e6c08cddf23511' devel do - url 'http://download.linuxaudio.org/lilypond/source/v2.19/lilypond-2.19.2.tar.gz' - sha1 'a5526ecf9d6ceb23855116927fd6b85608924f4c' + url 'http://download.linuxaudio.org/lilypond/source/v2.19/lilypond-2.19.3.tar.gz' + sha1 '313e64cd7971bf98d84e76dccf31e24cba0d1ab6' end # LilyPond currently only builds with an older version of Guile (<1.9)