changeset 6175:c248a6b5dfac

Adds new osx-lilypad source
author Mike Solomon <mike@apollinemike.com>
date Sat, 21 Jan 2012 18:03:30 +0000
parents 084fa9385fed
children d48b872a12c9
files gub/specs/osx-lilypad.py
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/osx-lilypad.py	Fri Jan 06 17:23:15 2012 +0000
+++ b/gub/specs/osx-lilypad.py	Sat Jan 21 18:03:30 2012 +0000
@@ -4,9 +4,7 @@
     pass
 
 class Osx_lilypad__darwin__ppc (build.NullBuild):
-    # yes, we really need the old version here!
-    # 0.5 was built for lion 10.7, which doesn't have any ppc support
-    source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.4.tar.gz'
+    source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.6.tar.gz'
 
 class Osx_lilypad__darwin__x86 (build.NullBuild):
-    source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.5.tar.gz'
+    source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.6.tar.gz'