From 7ef859ce961ea24b70f7e4f8307f069a8f7b42b3 Mon Sep 17 00:00:00 2001 From: matidau <65836048+matidau@users.noreply.github.com> Date: Sat, 14 Dec 2024 01:28:45 +1100 Subject: [PATCH] Update zpush.sh to version 2.7.5 (#2463) --- setup/zpush.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/zpush.sh b/setup/zpush.sh index 5c3e5b30..5e0ea2c4 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.4 -TARGETHASH=78744d56b8799d9828ec8f99a12c1af4e9f9239b +VERSION=2.7.5 +TARGETHASH=f0b0b06e255f3496173ab9d28a4f2d985184720e needs_update=0 #NODOC if [ ! -f /usr/local/lib/z-push/version ]; then needs_update=1 #NODOC