mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
bash: update to 5.0.0.
This commit is contained in:
parent
a69b4ea4dc
commit
bc0505d136
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bash'
|
||||
pkgname=bash
|
||||
_bash_distver=4.4
|
||||
_bash_patchlevel=023
|
||||
_bash_distver=5.0
|
||||
_bash_patchlevel=0
|
||||
version="${_bash_distver}.${_bash_patchlevel}"
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${_bash_distver}"
|
||||
|
@ -14,12 +14,12 @@ conflicts="chroot-bash>=0"
|
|||
register_shell=/bin/bash
|
||||
short_desc="The GNU Bourne Again Shell"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
homepage="http://www.gnu.org/software/bash/bash.html"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.gnu.org/software/bash/bash.html"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${_bash_distver}.tar.gz"
|
||||
CFLAGS="-DSYS_BASHRC='\"/etc/bash/bashrc\"'"
|
||||
make_dirs="/etc/bash/bashrc.d 755 root root"
|
||||
checksum=d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb
|
||||
checksum=b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
|
||||
|
||||
alternatives="
|
||||
sh:sh:/usr/bin/bash
|
||||
|
|
Loading…
Add table
Reference in a new issue