zsh: update to 5.7.1.
This commit is contained in:
parent
f3a47843d2
commit
66deaa2596
|
@ -1,31 +0,0 @@
|
|||
commit b70919e0d9dadc93893e9d18bc3ef13b88756ecf
|
||||
Author: dana <dana@dana.is>
|
||||
Date: Sun Jan 27 00:26:31 2019 -0600
|
||||
|
||||
44020: VCS_INFO_detect_p4: Fix infinite recursion
|
||||
|
||||
diff --git ChangeLog ChangeLog
|
||||
index 81668ccc9..be243c1b8 100644
|
||||
--- ChangeLog
|
||||
+++ ChangeLog
|
||||
@@ -1,3 +1,8 @@
|
||||
+2018-01-27 dana <dana@dana.is>
|
||||
+
|
||||
+ * 44020: Functions/VCS_Info/Backends/VCS_INFO_detect_p4: Fix
|
||||
+ infinite recursion
|
||||
+
|
||||
2018-01-24 dana <dana@dana.is>
|
||||
|
||||
* unposted: Config/version.mk: Post-release version bump
|
||||
diff --git Functions/VCS_Info/Backends/VCS_INFO_detect_p4 Functions/VCS_Info/Backends/VCS_INFO_detect_p4
|
||||
index d171c68ee..5ec21da9f 100644
|
||||
--- Functions/VCS_Info/Backends/VCS_INFO_detect_p4
|
||||
+++ Functions/VCS_Info/Backends/VCS_INFO_detect_p4
|
||||
@@ -44,7 +44,6 @@ VCS_INFO_p4_get_server() {
|
||||
}
|
||||
|
||||
|
||||
-(( ${+functions[VCS_INFO_detect_p4]} )) ||
|
||||
VCS_INFO_detect_p4() {
|
||||
local serverport p4where
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zsh'
|
||||
pkgname=zsh
|
||||
version=5.7
|
||||
revision=2
|
||||
version=5.7.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_build_target="all info"
|
||||
make_install_args="install.info"
|
||||
|
@ -22,7 +22,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="MIT, GPL-3.0-or-later"
|
||||
homepage="http://www.zsh.org"
|
||||
distfiles="http://www.zsh.org/pub/zsh-${version}.tar.xz"
|
||||
checksum=7807b290b361d9fa1e4c2dfafc78cb7e976e7015652e235889c6eff7468bd613
|
||||
checksum=7260292c2c1d483b2d50febfa5055176bd512b32a8833b116177bf5f01e77ee8
|
||||
register_shell="/bin/zsh"
|
||||
lib32disabled=yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue