diff options
Diffstat (limited to 'core/git')
| -rw-r--r-- | core/git/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/core/git/APKBUILD b/core/git/APKBUILD index 931b4bddc5..d21f5ac206 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" |
