changeset 6161:8b15215b4874

lilypond: bump to 2.14 and add comment for release builds.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 11 Jul 2011 11:34:28 +0200
parents 56c0578059af
children e7e527d3b4d8
files gub/specs/lilypond.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond.py	Mon Jul 11 11:33:28 2011 +0200
+++ b/gub/specs/lilypond.py	Mon Jul 11 11:34:28 2011 +0200
@@ -9,7 +9,7 @@
 from gub import versiondb
 from gub.specs import ghostscript
 
-VERSION='v2.13'
+VERSION='v2.14'
 def url (version=VERSION):
     url = 'http://lilypond.org/download/source/%(version)s/' % locals ()
     raw_version_file = 'lilypond-%(version)s.index' % locals ()
@@ -21,6 +21,7 @@
 sheet music from a high-level description file.'''
 
     source = 'git://git.sv.gnu.org/lilypond.git'
+#    source = url () # for release builds
     branch = 'master'
     subpackage_names = ['']
     dependencies = ['cross/gcc-c++-runtime',