summaryrefslogtreecommitdiffstats
path: root/main/git
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-05 09:58:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-05 09:58:42 +0000
commit3bef980d7c43dff9d82349aeb708cb179fc2ebed (patch)
tree3413d70c4e7dbd77d6b5b26382e375a12fcb4895 /main/git
parente0d668278d4b3e297f90d860eb6170424a2112e1 (diff)
downloadaports-3bef980d7c43dff9d82349aeb708cb179fc2ebed.tar.bz2
aports-3bef980d7c43dff9d82349aeb708cb179fc2ebed.tar.xz
main/git: upgrade to 1.7.7
Diffstat (limited to 'main/git')
-rw-r--r--main/git/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD
index d6062ee68..54507d559 100644
--- a/main/git/APKBUILD
+++ b/main/git/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=git
-pkgver=1.7.6.1
+pkgver=1.7.7
pkgrel=0
pkgdesc="GIT - the stupid content tracker"
url="http://git.or.cz/"
@@ -10,7 +10,7 @@ depends=
replaces="git-perl"
subpackages="$pkgname-doc $pkgname-perl"
makedepends="zlib-dev openssl-dev curl-dev expat-dev perl-dev python-dev"
-source="http://kernel.org/pub/software/scm/git/git-$pkgver.tar.bz2
+source="http://git-core.googlecode.com/files/git-$pkgver.tar.gz
bb-tar.patch
git-daemon.initd
git-daemon.confd
@@ -52,7 +52,7 @@ perl() {
}
-md5sums="d1e00772cc9dc6c571999feb9e8771ab git-1.7.6.1.tar.bz2
+md5sums="5d645884e688921e773186783b65ce33 git-1.7.7.tar.gz
e63a201556c4f089de790805c09a2e5b bb-tar.patch
3f0bdf6ca73bf4f015bc8565ab787969 git-daemon.initd
2258e95d389ccc6de0b5111d53d9eed6 git-daemon.confd"