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 da1fa0127f..d382319497 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.2 +pkgver=1.7.0.3 pkgrel=0 pkgdesc="GIT - the stupid content tracker" url="http://git.or.cz/" @@ -42,5 +42,5 @@ perl() { } -md5sums="76518fa774b36de81d160b85fa4f19c1 git-1.7.0.2.tar.bz2 +md5sums="1a449b84dd60a066ea491a54346843e6 git-1.7.0.3.tar.bz2 e63a201556c4f089de790805c09a2e5b bb-tar.patch" |