zsh: update to 5.8.
This commit is contained in:
parent
d31865bfa6
commit
79d79ba9ad
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zsh'
|
# Template file for 'zsh'
|
||||||
pkgname=zsh
|
pkgname=zsh
|
||||||
version=5.7.1
|
version=5.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target="all info"
|
make_build_target="all info"
|
||||||
|
@ -22,8 +22,8 @@ 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=7260292c2c1d483b2d50febfa5055176bd512b32a8833b116177bf5f01e77ee8
|
checksum=dcc4b54cc5565670a65581760261c163d720991f0d06486da61f8d839b52de27
|
||||||
register_shell="/bin/zsh"
|
register_shell="/bin/zsh /usr/bin/zsh"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in New Issue