git: update to 2.8.4.

This commit is contained in:
Michael Gehring 2016-06-07 17:03:25 +02:00
parent 2890e0cccf
commit b8e7f0a59d
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for "git" # Template file for "git"
pkgname=git pkgname=git
version=2.8.3 version=2.8.4
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre configure_args="--with-curl --with-expat --with-tcltk --with-libpcre
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no" ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
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=7d8e6c274a88b4a73b3c98c70d3438ec12871300ce8bb4ca179ea19fcf74aa91 checksum=120e9a32a1858871dea34165622ec7a63f27887b93093c8d72a18bcf89fe1657
subpackages="git-cvs git-svn git-perl gitk git-gui git-all" subpackages="git-cvs git-svn git-perl gitk git-gui git-all"