mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
chroot-git: update to 2.43.1.
This commit is contained in:
parent
dec88dd1ec
commit
d392161478
1 changed files with 2 additions and 5 deletions
|
@ -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}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue