summaryrefslogtreecommitdiffstats
path: root/main/git
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-01 07:07:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-01 07:07:19 +0000
commit8d7f66301b41d50f4e4258fd6da9afa62c0c1631 (patch)
treef063b7ee179a0ef28c5102e29557632895816a6e /main/git
parentb26e3b6ec1ec742d6822d36fd791dfa309869e25 (diff)
downloadaports-8d7f66301b41d50f4e4258fd6da9afa62c0c1631.tar.bz2
aports-8d7f66301b41d50f4e4258fd6da9afa62c0c1631.tar.xz
main/git: upgrade to 1.7.9
Diffstat (limited to 'main/git')
-rw-r--r--main/git/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD
index cfe40b25e..b7bcc93e4 100644
--- a/main/git/APKBUILD
+++ b/main/git/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=git
-pkgver=1.7.8.4
-pkgrel=1
+pkgver=1.7.9
+pkgrel=0
pkgdesc="GIT - the stupid content tracker"
url="http://git.or.cz/"
arch="all"
@@ -17,6 +17,7 @@ source="http://git-core.googlecode.com/files/git-$pkgver.tar.gz
"
_makeopts="NO_ICONV=YesPlease
+ NO_GETTEXT=YesPlease
NO_NSEC=YesPlease
NO_TCLTK=YesPlease
NO_SVN_TESTS=YesPlease"
@@ -63,7 +64,7 @@ svn() {
mv "$pkgdir"/usr/libexec/git-core/git-svn "$subpkgdir"/usr/libexec/git-core
}
-md5sums="e6c3319d76d52a830af395046fc56143 git-1.7.8.4.tar.gz
+md5sums="d94314eb49622a945b22595b36b7fc47 git-1.7.9.tar.gz
e63a201556c4f089de790805c09a2e5b bb-tar.patch
3f0bdf6ca73bf4f015bc8565ab787969 git-daemon.initd
2258e95d389ccc6de0b5111d53d9eed6 git-daemon.confd"