diff options
-rw-r--r-- | main/git/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD index b90e856ca..06b7d6dd2 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=git -pkgver=1.7.2.1 +pkgver=1.7.2.2 pkgrel=0 pkgdesc="GIT - the stupid content tracker" url="http://git.or.cz/" @@ -42,5 +42,5 @@ perl() { } -md5sums="24a443a120a0ab372185cb6bc0dbd934 git-1.7.2.1.tar.bz2 +md5sums="4a5840b6d650692cb320eddb5ccefbaf git-1.7.2.2.tar.bz2 e63a201556c4f089de790805c09a2e5b bb-tar.patch" |