bash: update to 4.3 patchlevel 033.
This commit is contained in:
parent
952dbdcd07
commit
4a50d00f69
2 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template build file for 'bash'.
|
# Template build file for 'bash'.
|
||||||
pkgname=bash
|
pkgname=bash
|
||||||
_bash_distver=4.3
|
_bash_distver=4.3
|
||||||
_bash_patchlevel=030
|
_bash_patchlevel=033
|
||||||
version=${_bash_distver}.${_bash_patchlevel}
|
version=${_bash_distver}.${_bash_patchlevel}
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=${pkgname}-${_bash_distver}
|
wrksrc=${pkgname}-${_bash_distver}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-bash-malloc --with-curses --with-installed-readline"
|
configure_args="--without-bash-malloc --with-curses --with-installed-readline"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'chroot-bash'.
|
# Template build file for 'chroot-bash'.
|
||||||
pkgname=chroot-bash
|
pkgname=chroot-bash
|
||||||
_bash_distver=4.3
|
_bash_distver=4.3
|
||||||
_bash_patchlevel=030
|
_bash_patchlevel=033
|
||||||
version=${_bash_distver}.${_bash_patchlevel}
|
version=${_bash_distver}.${_bash_patchlevel}
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="bash-${_bash_distver}"
|
wrksrc="bash-${_bash_distver}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue