diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-07 07:34:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-07 07:34:14 +0000 |
commit | 87353d1d373e974e48ee4909e9b88efbdf9f09e1 (patch) | |
tree | 72c4eee39715e46682bbd868953962f7be199fb1 /main | |
parent | f34dba8a19892352028f0bfd05ae7951f868c7f0 (diff) | |
download | aports-87353d1d373e974e48ee4909e9b88efbdf9f09e1.tar.bz2 aports-87353d1d373e974e48ee4909e9b88efbdf9f09e1.tar.xz |
main/cgit: update download url
and rebuild since the checksum didnt match.
Diffstat (limited to 'main')
-rw-r--r-- | main/cgit/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/cgit/APKBUILD b/main/cgit/APKBUILD index 6a885d631..aa788a967 100644 --- a/main/cgit/APKBUILD +++ b/main/cgit/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cgit pkgver=0.9.0.2 -pkgrel=0 +pkgrel=1 _gitver=1.7.4 pkgdesc="a fast webinterface for git" url="http://hjemli.net/git/cgit" @@ -11,7 +11,7 @@ makedepends="openssl-dev zlib-dev" depends= source=" http://hjemli.net/git/cgit/snapshot/$pkgname-$pkgver.tar.bz2 - http://www.kernel.org/pub/software/scm/git/git-$_gitver.tar.bz2 + http://hjemli.net/git/git/snapshot/git-$_gitver.tar.bz2 " _makeopts="NO_ICONV=YesPlease @@ -44,4 +44,4 @@ package() { } md5sums="5b92b07e0107ff24a783adfb8c0cd1f2 cgit-0.9.0.2.tar.bz2 -fa24dc1ef0b663327ea0fe1981365b39 git-1.7.4.tar.bz2" +df23def274f896175a190a2b72c66731 git-1.7.4.tar.bz2" |