chroot-git: update to 2.17.0.

Closes #14516.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
cr6git 2018-05-17 23:35:18 +02:00 committed by Enno Boland
parent 90a809f74c
commit 09d67ca97b

View file

@ -1,6 +1,6 @@
# Template build file for "chroot-git".
pkgname=chroot-git
version=2.16.2
version=2.17.0
revision=1
bootstrap=yes
wrksrc="git-$version"
@ -14,10 +14,10 @@ make_build_args="CC_LD_DYNPATH=-L"
make_install_args="NO_INSTALL_HARDLINKS=1"
short_desc="GIT Tree History Storage Tool -- for xbps-src use"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://git-scm.com/"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="https://git-scm.com/"
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
checksum=5560578bd21468d98637f41515c165d32f69caff0838b8989dee5ce10022c717
checksum=e916e5e95e81dbeafa7aac5d719c01108b5c814eb90b746695afa1afedf955c7
if [ "$CHROOT_READY" ]; then
hostmakedepends="perl"
@ -28,6 +28,6 @@ fi
do_install() {
# remove unneeded stuff.
make DESTDIR=${wrksrc}/build-tmp install
vmkdir usr/bin
vbin ${wrksrc}/build-tmp/usr/bin/git chroot-git
}