git: update to 2.20.0.

This commit is contained in:
Đoàn Trần Công Danh 2018-12-10 10:28:15 +07:00 committed by Enno Boland
parent 64ccf0d168
commit c445e47e75

View file

@ -1,25 +1,25 @@
# Template file for 'git' # Template file for 'git'
pkgname=git pkgname=git
version=2.19.2 version=2.20.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2 configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
ac_cv_snprintf_returns_bogus=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
perllibdir=/usr/share/perl5/vendor_perl" perllibdir=/usr/share/perl5/vendor_perl"
make_check_target=test
hostmakedepends="asciidoc perl tk xmlto" hostmakedepends="asciidoc perl tk xmlto"
makedepends="libcurl-devel pcre2-devel tk-devel" makedepends="libcurl-devel pcre2-devel tk-devel"
# Required by https:// # Required by https://
depends="ca-certificates perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL" depends="ca-certificates perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL"
replaces="git-perl>=0"
short_desc="Git Tree History Storage Tool" short_desc="Git Tree History Storage Tool"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://git-scm.com/" homepage="https://git-scm.com/"
changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/${version}.txt" changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/${version}.txt"
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=fce9a3a3297db5f3756c4553a2fc1fec209ee08178f8491e76ff4ff8fe7b8be9 checksum=bc94735073e14b138a1290cc99af3c379d544f514c43f8ebde988fc50d0ad81f
make_check_target=test replaces="git-perl>=0"
subpackages="git-cvs git-svn gitk git-gui git-all" subpackages="git-cvs git-svn gitk git-gui git-all"