zsh: update to 5.8.1.

This commit is contained in:
Leah Neukirchen 2022-02-12 17:41:38 +01:00
parent ec8144dfc7
commit bd871ba8f9
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'zsh' # Template file for 'zsh'
pkgname=zsh pkgname=zsh
version=5.8 version=5.8.1
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
make_build_target="all info" make_build_target="all info"
make_install_args="install.info" make_install_args="install.info"
@ -22,7 +22,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT, GPL-3.0-or-later" license="MIT, GPL-3.0-or-later"
homepage="http://www.zsh.org" homepage="http://www.zsh.org"
distfiles="http://www.zsh.org/pub/zsh-${version}.tar.xz" distfiles="http://www.zsh.org/pub/zsh-${version}.tar.xz"
checksum=dcc4b54cc5565670a65581760261c163d720991f0d06486da61f8d839b52de27 checksum=b6973520bace600b4779200269b1e5d79e5f505ac4952058c11ad5bbf0dd9919
register_shell="/bin/zsh /usr/bin/zsh" register_shell="/bin/zsh /usr/bin/zsh"
lib32disabled=yes lib32disabled=yes
conf_files="/etc/zsh/*" conf_files="/etc/zsh/*"