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 b7487d187..d511fc798 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=git -pkgver=1.7.4 -pkgrel=1 +pkgver=1.7.4.1 +pkgrel=0 pkgdesc="GIT - the stupid content tracker" url="http://git.or.cz/" arch="all" @@ -52,7 +52,7 @@ perl() { } -md5sums="fa24dc1ef0b663327ea0fe1981365b39 git-1.7.4.tar.bz2 +md5sums="76898de4566d11c0d0eec7e99edc2b5c git-1.7.4.1.tar.bz2 e63a201556c4f089de790805c09a2e5b bb-tar.patch 3f0bdf6ca73bf4f015bc8565ab787969 git-daemon.initd 2258e95d389ccc6de0b5111d53d9eed6 git-daemon.confd" |