git: update to 2.16.3.
This commit is contained in:
parent
d7f29a0ed3
commit
d89775c533
1 changed files with 8 additions and 9 deletions
|
@ -1,23 +1,22 @@
|
|||
# Template file for "git"
|
||||
pkgname=git
|
||||
version=2.16.2
|
||||
revision=3
|
||||
version=2.16.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
|
||||
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
||||
make_install_args="NO_INSTALL_HARDLINKS=1 INSTALLDIRS=vendor"
|
||||
hostmakedepends="xmlto asciidoc perl python tk"
|
||||
makedepends="libressl-devel libcurl-devel expat-devel tk-devel pcre2-devel"
|
||||
hostmakedepends="asciidoc perl tk xmlto"
|
||||
makedepends="libcurl-devel pcre2-devel tk-devel"
|
||||
# Required by https://
|
||||
depends="ca-certificates
|
||||
perl 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"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://git-scm.com/"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://git-scm.com/"
|
||||
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||
checksum=5560578bd21468d98637f41515c165d32f69caff0838b8989dee5ce10022c717
|
||||
checksum=d65d99e9e5b081c1f14ea018973806e942a2eb7d0da2ebc01bd2525adee62d48
|
||||
make_check_target="test"
|
||||
|
||||
subpackages="git-cvs git-svn gitk git-gui git-all"
|
||||
|
|
Loading…
Reference in a new issue