cgit: update to 0.8.2.1

This commit is contained in:
Lucas Hazel 2009-03-31 23:04:53 +11:00
parent 467b76753d
commit 3b6fa6496a
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
872fafaa1ea6bd9292f312878864b665 cgit-0.8.2.tar.bz2
e31ea5ce9b076f5745056f01465e9602 git-1.6.1.3.tar.bz2
33e56f0621e53327f89233c7ccb7d8be cgit-0.8.2.1.tar.bz2
e96481361887f63227fdaa5ccdbb03b7 git-1.6.2.1.tar.bz2

View File

@ -6,7 +6,7 @@
gitversion="`prt-get printf %v --filter=git`"
name=cgit
version=0.8.2
version=0.8.2.1
release=1
source=(http://hjemli.net/git/cgit/snapshot/$name-$version.tar.bz2
http://www.kernel.org/pub/software/scm/git/git-$gitversion.tar.bz2)
@ -15,6 +15,6 @@ build() {
cd $name-$version
rm -rf git
ln -s $SRC/git-$gitversion git
sed "s/GIT_VER = 1.6.0.3/GIT_VER = $gitversion/" -i Makefile
sed "s/GIT_VER = .*/GIT_VER = $gitversion/" -i Makefile
make DESTDIR=$PKG install
}