git: update to 1.9.1.

This commit is contained in:
Juan RP 2014-03-20 18:30:33 +01:00
parent bfb28dc32a
commit 90331b6491
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template build file for "git".
pkgname=git
version=1.9.0
version=1.9.1
revision=1
build_style=gnu-configure
configure_args="--with-curl --with-expat --without-tcltk
@ -14,8 +14,9 @@ short_desc="GIT Tree History Storage Tool"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://git-scm.com/"
license="GPL-2"
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
checksum=de3097fdc36d624ea6cf4bb853402fde781acdb860f12152c5eb879777389882
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
checksum=f962fbce8c049f94ece1d1845cba1528c13ff82de7cc8d23cddb3d0c93c3a77b
post_build() {
make ${makejobs} -C Documentation man
}