chroot-bash: update to 4.4.0.
This commit is contained in:
parent
60694268aa
commit
00244ed64f
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'chroot-bash'.
|
||||
pkgname=chroot-bash
|
||||
_bash_distver=4.3
|
||||
_bash_patchlevel=046
|
||||
_bash_distver=4.4
|
||||
_bash_patchlevel=0
|
||||
version=${_bash_distver}.${_bash_patchlevel}
|
||||
revision=1
|
||||
wrksrc="bash-${_bash_distver}"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.gnu.org/software/bash/bash.html"
|
||||
license="GPL-3"
|
||||
distfiles="${GNU_SITE}/bash/bash-${_bash_distver}.tar.gz"
|
||||
checksum=afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4
|
||||
checksum=d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb
|
||||
|
||||
bootstrap=yes
|
||||
provides="bash-${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue