bash: update to 4.3 patchlevel 029.

This commit is contained in:
Juan RP 2014-10-03 04:59:52 +02:00
parent 664e6d40eb
commit 197b4d0341
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'bash'.
pkgname=bash
_bash_distver=4.3
_bash_patchlevel=028
_bash_patchlevel=029
version=${_bash_distver}.${_bash_patchlevel}
revision=1
wrksrc=${pkgname}-${_bash_distver}

View File

@ -1,7 +1,7 @@
# Template build file for 'chroot-bash'.
pkgname=chroot-bash
_bash_distver=4.3
_bash_patchlevel=028
_bash_patchlevel=029
version=${_bash_distver}.${_bash_patchlevel}
revision=1
wrksrc="bash-${_bash_distver}"