changeset 6228:08c23b86a171

Update lilypad.py for v0.0.9 of lilypad
author Phil Holmes <mail@philholmes.net>
date Sat, 13 Apr 2013 11:37:06 +0100
parents 6ec9d3b255f6
children 9149aabec9e4
files gub/specs/lilypad.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypad.py	Sat Dec 29 15:03:05 2012 +0000
+++ b/gub/specs/lilypad.py	Sat Apr 13 11:37:06 2013 +0100
@@ -2,7 +2,7 @@
 from gub import target
 
 class LilyPad (target.AutoBuild):
-    source = 'http://lilypond.org/download/gub-sources/lilypad-0.0.8-1-src.tar.bz2'
+    source = 'http://lilypond.org/download/gub-sources/lilypad/lilypad-0.0.9-1-src.tar.bz2'
     destdir_install_broken = True
     # FIXME: -DUNICODE is broken, notably for opening files.
     make_flags = ' CPPFLAGS=-UUNICODE'