diff options
-rw-r--r-- | main/git/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD index 1b1b4e5566..728fd7b19a 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=git -pkgver=1.7.0.5 -pkgrel=1 +pkgver=1.7.1 +pkgrel=0 pkgdesc="GIT - the stupid content tracker" url="http://git.or.cz/" license="GPL2" @@ -42,5 +42,5 @@ perl() { } -md5sums="77d50f41ef282752dc69d9a47765f5c7 git-1.7.0.5.tar.bz2 +md5sums="3da231dbe82ad103373cb530ae7475d5 git-1.7.1.tar.bz2 e63a201556c4f089de790805c09a2e5b bb-tar.patch" |