diff options
Diffstat (limited to 'main/git/APKBUILD')
-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 41d8cbe98f..284957204a 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=git -pkgver=1.7.5.1 -pkgrel=1 +pkgver=1.7.5.2 +pkgrel=0 pkgdesc="GIT - the stupid content tracker" url="http://git.or.cz/" arch="all" @@ -52,7 +52,7 @@ perl() { } -md5sums="a49291116e3b0564e069ae989e4db6fb git-1.7.5.1.tar.bz2 +md5sums="f79ab8fe79b35346b499f131cbf381a4 git-1.7.5.2.tar.bz2 e63a201556c4f089de790805c09a2e5b bb-tar.patch 3f0bdf6ca73bf4f015bc8565ab787969 git-daemon.initd 2258e95d389ccc6de0b5111d53d9eed6 git-daemon.confd" |