summaryrefslogtreecommitdiffstats
path: root/core/git
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-12 10:48:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-12 10:48:05 +0000
commit2b221465eb2ec3c7c4b9e044a2b0d781bea18717 (patch)
tree4636e43336f53a81ccf3e5a20ae570c90290046f /core/git
parentab71b969e10a9a5c23cc453d3bb749c8d7e39b7e (diff)
downloadaports-2b221465eb2ec3c7c4b9e044a2b0d781bea18717.tar.bz2
aports-2b221465eb2ec3c7c4b9e044a2b0d781bea18717.tar.xz
core/git: upgrade to 1.6.1
Diffstat (limited to 'core/git')
-rw-r--r--core/git/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/core/git/APKBUILD b/core/git/APKBUILD
index 931b4bdd..d21f5ac2 100644
--- a/core/git/APKBUILD
+++ b/core/git/APKBUILD
@@ -1,12 +1,13 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=git
-pkgver=1.6.0.4
-pkgrel=2
+pkgver=1.6.1
+pkgrel=0
pkgdesc="GIT - the stupid content tracker"
url="http://git.or.cz/"
license="GPL2"
depends="zlib openssl"
makedepends="zlib-dev openssl-dev"
-source="http://kernel.org/pub/software/scm/git/git-1.6.0.4.tar.bz2
+source="http://kernel.org/pub/software/scm/git/git-$pkgver.tar.bz2
git-1.6.0.4-noperl.patch
bb-tar.patch
"
@@ -27,6 +28,7 @@ build ()
make prefix=/usr DESTDIR="$pkgdir" $makeopts install
}
-md5sums="ed8c4fa007a44d51b646865c35461ce8 git-1.6.0.4.tar.bz2
+
+md5sums="66265d85593473b23290232b9dccef77 git-1.6.1.tar.bz2
89fe31c2317c285ed18527a700da7844 git-1.6.0.4-noperl.patch
04e1bdf76a0bac568f8488daad07dce7 bb-tar.patch"