git: update to 2.0.1.
This commit is contained in:
parent
31b6f0cfb4
commit
816bd74c96
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for "git".
|
# Template build file for "git".
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=2.0.0
|
version=2.0.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
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://git-scm.com/"
|
homepage="http://git-scm.com/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||||
checksum=637ff00f207e100b48f72f3291d155c3b3ca7fecd762450bbedb0157a424a937
|
checksum=ab12a103523b430d8d3e26ac2e05e759bdb1349f10e13bba48bed98f45c6d4df
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make ${makejobs} -C Documentation man
|
make ${makejobs} -C Documentation man
|
||||||
|
|
Loading…
Reference in a new issue