changeset 2971:a80acba35025

bump GIT version
author hanwen <hanwen@lilypond.org>
date Tue, 12 Dec 2006 19:15:15 +0100
parents 8a082730d3c7
children 408c5a203c1e
files specs/git.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/specs/git.py	Tue Dec 12 19:15:04 2006 +0100
+++ b/specs/git.py	Tue Dec 12 19:15:15 2006 +0100
@@ -3,8 +3,8 @@
 class Git (toolpackage.ToolBuildSpec):
     def __init__ (self, settings):
         toolpackage.ToolBuildSpec.__init__ (self, settings)
-        self.with (mirror="http://kernel.org/pub/software/scm/git/git-1.4.3.tar.bz2",
-                   version="1.4.3")
+        self.with (mirror="http://kernel.org/pub/software/scm/git/git-%(version)s.tar.bz2",
+                   version="1.4.4.2")
     def patch (self):
         self.shadow_tree ("%(srcdir)s", '%(builddir)s')
     def configure (self):