git: update to 2.16.0. (#10959)

* git: update to 2.16.0.

* chroot-git: update to 2.16.0.
This commit is contained in:
maxice8 2018-01-20 04:05:01 -02:00 committed by Juan RP
parent 8c3b046852
commit 7d2d8bda4b
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template build file for "chroot-git".
pkgname=chroot-git
version=2.15.1
version=2.16.0
revision=1
bootstrap=yes
wrksrc="git-$version"
@ -17,7 +17,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://git-scm.com/"
license="GPL-2"
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
checksum=999c90fd7d45066992cdb87dda35bdff6dfc1d01496118ea718dfb866da4045c
checksum=0d10764e66b3d650dee0d99a1c77afa4aaae5e739c0973fcc1c5b9e6516e30f8
if [ "$CHROOT_READY" ]; then
hostmakedepends="perl"

View File

@ -1,6 +1,6 @@
# Template file for "git"
pkgname=git
version=2.15.1
version=2.16.0
revision=1
build_style=gnu-configure
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://git-scm.com/"
license="GPL-2"
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
checksum=999c90fd7d45066992cdb87dda35bdff6dfc1d01496118ea718dfb866da4045c
checksum=0d10764e66b3d650dee0d99a1c77afa4aaae5e739c0973fcc1c5b9e6516e30f8
subpackages="git-cvs git-svn git-perl gitk git-gui git-all"