From 46d55f786656b25f24bc9020f24880ca8200d3bb Mon Sep 17 00:00:00 2001 From: matidau <65836048+matidau@users.noreply.github.com> Date: Fri, 27 Oct 2023 00:04:13 +1100 Subject: [PATCH] Update zpush.sh to version 2.7.1 (#2315) Updating to latest release, bugfixes no new features. --- setup/zpush.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/zpush.sh b/setup/zpush.sh index 51b197ff..152418c0 100755 --- a/setup/zpush.sh +++ b/setup/zpush.sh @@ -22,8 +22,8 @@ apt_install \ phpenmod -v $PHP_VER imap # Copy Z-Push into place. -VERSION=2.7.0 -TARGETHASH=a520bbdc1d637c5aac379611053457edd54f2bf0 +VERSION=2.7.1 +TARGETHASH=f15c566b1ad50de24f3f08f505f0c3d8155c2d0d needs_update=0 #NODOC if [ ! -f /usr/local/lib/z-push/version ]; then needs_update=1 #NODOC