git: update to 2.14.0.

This commit is contained in:
Michael Gehring 2017-08-05 09:34:34 +00:00
parent d40fa1c305
commit 25b5ed6945

View file

@ -1,13 +1,13 @@
# Template file for "git" # Template file for "git"
pkgname=git pkgname=git
version=2.13.4 version=2.14.0
revision=1 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-libpcre2
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no" ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
make_install_args="NO_INSTALL_HARDLINKS=1 INSTALLDIRS=vendor" make_install_args="NO_INSTALL_HARDLINKS=1 INSTALLDIRS=vendor"
hostmakedepends="xmlto asciidoc perl python tk" hostmakedepends="xmlto asciidoc perl python tk"
makedepends="libressl-devel libcurl-devel expat-devel tk-devel pcre-devel" makedepends="libressl-devel libcurl-devel expat-devel tk-devel pcre2-devel"
# Required by https:// # Required by https://
depends="ca-certificates" depends="ca-certificates"
short_desc="Git Tree History Storage Tool" short_desc="Git Tree History Storage Tool"
@ -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=371a592a52d240a6350d4ec6b63cd8301e1fab6dd03388a339a8c7429305afda checksum=f93e6e6a307d2e953cccafd9f4003c62992628fa508d07586476c953c1655975
subpackages="git-cvs git-svn git-perl gitk git-gui git-all" subpackages="git-cvs git-svn git-perl gitk git-gui git-all"