bash: update to 4.3 patchlevel 030.
This commit is contained in:
parent
27c06b603a
commit
d438c91e4e
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'bash'.
|
||||
pkgname=bash
|
||||
_bash_distver=4.3
|
||||
_bash_patchlevel=029
|
||||
_bash_patchlevel=030
|
||||
version=${_bash_distver}.${_bash_patchlevel}
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${_bash_distver}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'chroot-bash'.
|
||||
pkgname=chroot-bash
|
||||
_bash_distver=4.3
|
||||
_bash_patchlevel=029
|
||||
_bash_patchlevel=030
|
||||
version=${_bash_distver}.${_bash_patchlevel}
|
||||
revision=1
|
||||
wrksrc="bash-${_bash_distver}"
|
||||
|
|
Loading…
Reference in New Issue