From 037d87bf24a80e33035bfc1219214d3392ac26d3 Mon Sep 17 00:00:00 2001 From: matidau <65836048+matidau@users.noreply.github.com> Date: Sun, 9 Apr 2023 12:04:11 +1000 Subject: [PATCH] Update Z-Push to 2.7.0 Update to new community release of 2.7.0 --- setup/zpush.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/zpush.sh b/setup/zpush.sh index 764b179c..727b8f9d 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.6.4-php8-0.3 -TARGETHASH=1d677eee7eae16e6dcac021cc8633311bf98d79f +VERSION=2.7.0 +TARGETHASH=a520bbdc1d637c5aac379611053457edd54f2bf0 needs_update=0 #NODOC if [ ! -f /usr/local/lib/z-push/version ]; then needs_update=1 #NODOC