Update mercurial and python packages

This commit is contained in:
Ingo Weinhold
2013-05-04 01:02:44 +02:00
parent 6b1789577a
commit 0d6e950639
+2 -2
View File
@@ -952,7 +952,7 @@ if [ IsOptionalHaikuImagePackageAdded Mercurial ] {
: : true ;
} else {
InstallOptionalHaikuImagePackage
$(hpkgBaseURL)/mercurial-1.8.3-1-x86_gcc2.hpkg ;
$(hpkgBaseURL)/mercurial-2.2.2-2-x86_gcc2.hpkg ;
}
}
}
@@ -1220,7 +1220,7 @@ if [ IsOptionalHaikuImagePackageAdded Python ] {
: : true ;
} else {
InstallOptionalHaikuImagePackage
$(hpkgBaseURL)/python-2.6.8-2-x86_gcc2.hpkg ;
$(hpkgBaseURL)/python-2.6.8-3-x86_gcc2.hpkg ;
}
}
}