diff options
Diffstat (limited to 'main')
-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 d382319497..f27bf24727 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=git -pkgver=1.7.0.3 +pkgver=1.7.0.4 pkgrel=0 pkgdesc="GIT - the stupid content tracker" url="http://git.or.cz/" @@ -42,5 +42,5 @@ perl() { } -md5sums="1a449b84dd60a066ea491a54346843e6 git-1.7.0.3.tar.bz2 +md5sums="1cc8b2aea57e5e999ccac18ae355f760 git-1.7.0.4.tar.bz2 e63a201556c4f089de790805c09a2e5b bb-tar.patch" |