From: Fredrik Fornwall Date: Sun, 22 Apr 2018 19:42:47 +0000 (+0200) Subject: zsh: Update from 5.5 to 5.5.1 X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/0ac7043b58e74928955a9037d63265a56451c7b7 zsh: Update from 5.5 to 5.5.1 --- diff --git a/packages/zsh/build.sh b/packages/zsh/build.sh index 7d950cc3..ef810a79 100644 --- a/packages/zsh/build.sh +++ b/packages/zsh/build.sh @@ -1,8 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://www.zsh.org TERMUX_PKG_DESCRIPTION="Shell with lots of features" -TERMUX_PKG_VERSION=5.5 -TERMUX_PKG_REVISION=1 -TERMUX_PKG_SHA256=c3d57b92d75e29c8a49d2ff6d146ab63c5968bb7187bf1a9dd35464d22b33b6f +TERMUX_PKG_VERSION=5.5.1 +TERMUX_PKG_SHA256=35dd75e44a3bbc9d5eefe77a9f5504a19eeeac1ca91a36ca15cff65844b92f7a TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/zsh-${TERMUX_PKG_VERSION}.tar.xz # Remove hard link to bin/zsh as Android does not support hard links: TERMUX_PKG_RM_AFTER_INSTALL="bin/zsh-${TERMUX_PKG_VERSION}"