summaryrefslogtreecommitdiffstats
path: root/main/git
diff options
context:
space:
mode:
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 ae071030e..d16e40910 100644
--- a/main/git/APKBUILD
+++ b/main/git/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=git
-pkgver=1.6.6
+pkgver=1.6.6.1
pkgrel=0
pkgdesc="GIT - the stupid content tracker"
url="http://git.or.cz/"
@@ -38,9 +38,9 @@ perl() {
mkdir -p "$subpkgdir"/${f%/*}
mv "$f" "$subpkgdir"/${f%/*}
done
- find "$pkgdir" -name perllocal.pod -delete
+ find "$subpkgdir" -name perllocal.pod -delete
}
-md5sums="25e4bcdc528b3ffadc6e59908a513881 git-1.6.6.tar.bz2
+md5sums="9d254bfdae56c6fa124d8a1312a1b034 git-1.6.6.1.tar.bz2
e63a201556c4f089de790805c09a2e5b bb-tar.patch"