chroot-bash: update to 5.0.0.

This commit is contained in:
maxice8 2019-01-13 19:44:35 -02:00 committed by Enno Boland
parent bc0505d136
commit 374b724c44
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'chroot-bash'
pkgname=chroot-bash
_bash_distver=4.4
_bash_patchlevel=023
_bash_distver=5.0
_bash_patchlevel=0
version="${_bash_distver}.${_bash_patchlevel}"
revision=1
wrksrc="bash-${_bash_distver}"
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/bash/bash.html"
distfiles="${GNU_SITE}/bash/bash-${_bash_distver}.tar.gz"
checksum=d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb
checksum=b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
bootstrap=yes
provides="bash-${version}_${revision}"