mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
chroot-git: update to 2.49.0.
This commit is contained in:
parent
b79bf86e7a
commit
5c0b1db5a6
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'chroot-git'
|
||||
pkgname=chroot-git
|
||||
version=2.45.1
|
||||
version=2.49.0
|
||||
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=e64d340a8e627ae22cfb8bcc651cca0b497cf1e9fdf523735544ff4a732f12bf
|
||||
checksum=618190cf590b7e9f6c11f91f23b1d267cd98c3ab33b850416d8758f8b5a85628
|
||||
repository=bootstrap
|
||||
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
|
@ -38,6 +38,10 @@ do_configure() {
|
|||
HOST_CPU = ${XBPS_TARGET_MACHINE%-musl}
|
||||
SKIP_DASHED_BUILT_INS = Yes
|
||||
gitexecdir = libexec/chroot-git
|
||||
NO_STRLCPY =
|
||||
NEEDS_LIBRT =
|
||||
# https://lore.kernel.org/git/xmqqr02wbtdn.fsf@gitster.g/
|
||||
CSPRNG_METHOD = getrandom
|
||||
EOF
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue