From 628dc199d808ddcca7a766b8f4cbbe95a8cb1352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= Date: Thu, 19 Sep 2024 22:27:02 -0300 Subject: [PATCH] bash: update to 5.2.32 --- srcpkgs/bash/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"