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