diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template index 3e2d1847cde..988583000aa 100644 --- a/srcpkgs/chroot-git/template +++ b/srcpkgs/chroot-git/template @@ -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 " 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} }