diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-20 14:24:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-20 14:52:08 +0000 |
commit | 21301653fc70ef05c0efdcd1738df9d80b131fb9 (patch) | |
tree | e9f25aa9b2403ec18179a94d54baa2461a29b362 /main/git | |
parent | fb6559170b5885e58b5265044e561553361692f7 (diff) | |
download | aports-21301653fc70ef05c0efdcd1738df9d80b131fb9.tar.bz2 aports-21301653fc70ef05c0efdcd1738df9d80b131fb9.tar.xz |
main/git: upgrade to 1.7.2.2
Diffstat (limited to 'main/git')
-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 b90e856caa..06b7d6dd2a 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" |