From 7f2a34dabbbf900a1bbaf0dfa8be42fe4e04a030 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Apr 2017 09:40:49 +0200 Subject: [PATCH] chroot-bash: update to 4.4.012. --- srcpkgs/chroot-bash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template index a1b415e31dd..a8ffbfd42c6 100644 --- a/srcpkgs/chroot-bash/template +++ b/srcpkgs/chroot-bash/template @@ -1,9 +1,9 @@ # Template build file for 'chroot-bash'. pkgname=chroot-bash _bash_distver=4.4 -_bash_patchlevel=0 +_bash_patchlevel=012 version=${_bash_distver}.${_bash_patchlevel} -revision=2 +revision=1 wrksrc="bash-${_bash_distver}" build_style=gnu-configure configure_args="--without-bash-malloc --without-curses --without-installed-readline --disable-nls"