From 93380b243f2e91ce5f4b0d10a616f8ae25295b4b Mon Sep 17 00:00:00 2001 From: matidau <65836048+matidau@users.noreply.github.com> Date: Sun, 14 May 2023 00:27:42 +1000 Subject: [PATCH] Update zpush.sh to version 2.7.0 (#2236) --- setup/zpush.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/zpush.sh b/setup/zpush.sh index 4fdfadc4..3f6037bc 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.2 -TARGETHASH=f0e8091a8030e5b851f5ba1f9f0e1a05b8762d80 +VERSION=2.7.0 +TARGETHASH=a520bbdc1d637c5aac379611053457edd54f2bf0 needs_update=0 #NODOC if [ ! -f /usr/local/lib/z-push/version ]; then needs_update=1 #NODOC