git: update to 1.9.1.
This commit is contained in:
parent
bfb28dc32a
commit
90331b6491
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for "git".
|
# Template build file for "git".
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=1.9.0
|
version=1.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-curl --with-expat --without-tcltk
|
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>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://git-scm.com/"
|
homepage="http://git-scm.com/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
|
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||||
checksum=de3097fdc36d624ea6cf4bb853402fde781acdb860f12152c5eb879777389882
|
checksum=f962fbce8c049f94ece1d1845cba1528c13ff82de7cc8d23cddb3d0c93c3a77b
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make ${makejobs} -C Documentation man
|
make ${makejobs} -C Documentation man
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue