chroot-git: update to 2.43.1.

This commit is contained in:
Đoàn Trần Công Danh 2024-02-13 18:38:45 +07:00 committed by Đoàn Trần Công Danh
parent dec88dd1ec
commit d392161478

View file

@ -1,6 +1,6 @@
# Template file for 'chroot-git'
pkgname=chroot-git
version=2.40.1
version=2.43.1
revision=1
bootstrap=yes
makedepends="zlib-devel"
@ -9,7 +9,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-2.0-only"
homepage="https://git-scm.com/"
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
checksum=4893b8b98eefc9fdc4b0e7ca249e340004faa7804a433d17429e311e1fef21d2
checksum=2234f37b453ff8e4672c21ad40d41cc7393c9a8dcdfe640bec7ac5b5358f30d2
repository=bootstrap
if [ "$CHROOT_READY" ]; then
@ -62,9 +62,6 @@ do_build() {
}
do_check() {
if [ "$CHROOT_READY" ] && [ "$XBPS_ALLOW_CHROOT_BREAKOUT" ]; then
export IKNOWWHATIAMDOING=YES
fi
make test ${makejobs}
}