From f834a72b022782da00384f75491093784357592d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 27 Nov 2016 19:56:15 +0100 Subject: [PATCH] chroot-bash: revbump for gcc-6.2.1 stage 2 --- srcpkgs/chroot-bash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template index fcca5d64da3..a1b415e31dd 100644 --- a/srcpkgs/chroot-bash/template +++ b/srcpkgs/chroot-bash/template @@ -3,7 +3,7 @@ pkgname=chroot-bash _bash_distver=4.4 _bash_patchlevel=0 version=${_bash_distver}.${_bash_patchlevel} -revision=1 +revision=2 wrksrc="bash-${_bash_distver}" build_style=gnu-configure configure_args="--without-bash-malloc --without-curses --without-installed-readline --disable-nls"