Update git to version 1.7.7.2

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43236 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary
2011-11-11 20:56:14 +00:00
parent 86f4c50bc6
commit 3c38636c9f
+4 -4
View File
@@ -843,13 +843,13 @@ if [ IsOptionalHaikuImagePackageAdded Git ] {
} else { } else {
if $(HAIKU_GCC_VERSION[1]) >= 4 { if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage InstallOptionalHaikuImagePackage
git-1.7.5-r1a3-x86-gcc4-2011-05-24.zip git-1.7.7.2-x86-gcc4-2011-11-04.zip
: $(baseURL)/git-1.7.5-r1a3-x86-gcc4-2011-05-24.zip : $(baseURL)/git-1.7.7.2-x86-gcc4-2011-11-04.zip
: : true ; : : true ;
} else { } else {
InstallOptionalHaikuImagePackage InstallOptionalHaikuImagePackage
git-1.7.5-r1a3-x86-gcc2-2011-05-18.zip git-1.7.7.2-x86-gcc2-2011-11-04.zip
: $(baseURL)/git-1.7.5-r1a3-x86-gcc2-2011-05-18.zip : $(baseURL)/git-1.7.7.2-x86-gcc2-2011-11-04.zip
: : true ; : : true ;
} }
} }