From 2d0ca67e8581a5ac592486ae1dfe8615224aeafe Mon Sep 17 00:00:00 2001 From: matidau <65836048+matidau@users.noreply.github.com> Date: Mon, 28 Jul 2025 23:01:05 +1000 Subject: [PATCH] Update zpush.sh to version 2.7.6 (#2529) --- setup/zpush.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/zpush.sh b/setup/zpush.sh index 397ee4a9..d04efeef 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.5 -TARGETHASH=f0b0b06e255f3496173ab9d28a4f2d985184720e +VERSION=2.7.6 +TARGETHASH=a0591c8c58b2cdb3ba25cd7a9115a40a3f76a72c needs_update=0 #NODOC if [ ! -f /usr/local/lib/z-push/version ]; then needs_update=1 #NODOC