1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-03 00:07:05 +00:00

Update Z-Push to 2.7.0

Update to new community release of 2.7.0
This commit is contained in:
matidau 2023-04-09 12:04:11 +10:00
parent c95c455c41
commit 037d87bf24

View File

@ -22,8 +22,8 @@ apt_install \
phpenmod -v $PHP_VER imap phpenmod -v $PHP_VER imap
# Copy Z-Push into place. # Copy Z-Push into place.
VERSION=2.6.4-php8-0.3 VERSION=2.7.0
TARGETHASH=1d677eee7eae16e6dcac021cc8633311bf98d79f TARGETHASH=a520bbdc1d637c5aac379611053457edd54f2bf0
needs_update=0 #NODOC needs_update=0 #NODOC
if [ ! -f /usr/local/lib/z-push/version ]; then if [ ! -f /usr/local/lib/z-push/version ]; then
needs_update=1 #NODOC needs_update=1 #NODOC