chroot-bash: update to 5.0.0.
This commit is contained in:
parent
bc0505d136
commit
374b724c44
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroot-bash'
|
# Template file for 'chroot-bash'
|
||||||
pkgname=chroot-bash
|
pkgname=chroot-bash
|
||||||
_bash_distver=4.4
|
_bash_distver=5.0
|
||||||
_bash_patchlevel=023
|
_bash_patchlevel=0
|
||||||
version="${_bash_distver}.${_bash_patchlevel}"
|
version="${_bash_distver}.${_bash_patchlevel}"
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="bash-${_bash_distver}"
|
wrksrc="bash-${_bash_distver}"
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/bash/bash.html"
|
homepage="http://www.gnu.org/software/bash/bash.html"
|
||||||
distfiles="${GNU_SITE}/bash/bash-${_bash_distver}.tar.gz"
|
distfiles="${GNU_SITE}/bash/bash-${_bash_distver}.tar.gz"
|
||||||
checksum=d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb
|
checksum=b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
provides="bash-${version}_${revision}"
|
provides="bash-${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue