bash: update to 5.2.32

This commit is contained in:
André L. C. Moreira 2024-09-19 22:27:02 -03:00 committed by Leah Neukirchen
parent 34d8d580c8
commit 628dc199d8

View File

@ -1,7 +1,7 @@
# Template file for 'bash' # Template file for 'bash'
pkgname=bash pkgname=bash
version=5.2.21 version=5.2.32
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-bash-malloc --with-curses --without-installed-readline" configure_args="--without-bash-malloc --with-curses --without-installed-readline"
make_build_args="TERMCAP_LIB=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a" make_build_args="TERMCAP_LIB=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a"
@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/bash/bash.html" homepage="https://www.gnu.org/software/bash/bash.html"
distfiles="${GNU_SITE}/bash/bash-${version}.tar.gz" distfiles="${GNU_SITE}/bash/bash-${version}.tar.gz"
checksum=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8 checksum=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5
make_dirs="/etc/bash/bashrc.d 755 root root" make_dirs="/etc/bash/bashrc.d 755 root root"
conflicts="chroot-bash>=0" conflicts="chroot-bash>=0"