diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-21 12:57:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-21 12:59:03 +0000 |
commit | 84f5f5fb66cf58491301355f2e024875b7c34a8c (patch) | |
tree | e80f55f2f106d31daf9300cc3195763e2242fecb /main/git | |
parent | a816c3d38844cf66f1114b7bffff0677b0ab4776 (diff) | |
download | aports-84f5f5fb66cf58491301355f2e024875b7c34a8c.tar.bz2 aports-84f5f5fb66cf58491301355f2e024875b7c34a8c.tar.xz |
main/git: upgrade to 1.6.6.1
also fixes #244
Diffstat (limited to 'main/git')
-rw-r--r-- | main/git/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD index ae071030eb..d16e409107 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" |