From 0e3a9b20015c5b83fbe8dc5920c21f3c6c91d8f9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 18 Jan 2022 22:11:35 +0100 Subject: [PATCH] upgrade to 2.6.4~ynh1 --- README.md | 2 +- check_process | 4 ++++ conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac349e4..34fd027 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Z-Push is an Exchange ActiveSync fronted written in PHP which lets you synchronize emails (IMAP/SMTP backend) and calendar/contacts (cardDAV and caldDAV backend) -**Shipped version:** 2.6.1 +**Shipped version:** 2.6.4 ## Documentation diff --git a/check_process b/check_process index 57664ca..e4e89e5 100644 --- a/check_process +++ b/check_process @@ -18,6 +18,8 @@ # upgrade=1 from_commit=a05896f0e4f2b015dcf643c644ac6c98c2f6695b # 2.6.1~ynh2 upgrade=1 from_commit=8e99ec37fb90d1ac4f8eb2c838e6d2e1f5b0c905 + # 2.6.1~ynh3 + upgrade=1 from_commit=f101d8cb5701c46db0d6cf5aaa02b1e7f8e0dec2 backup_restore=1 multi_instance=1 port_already_use=0 @@ -34,3 +36,5 @@ Notification=all name=2.6.1~ynh1 ; commit=8e99ec37fb90d1ac4f8eb2c838e6d2e1f5b0c905 name=2.6.1~ynh2 + ; commit=f101d8cb5701c46db0d6cf5aaa02b1e7f8e0dec2 + name=2.6.1~ynh3 diff --git a/conf/app.src b/conf/app.src index 2825efa..1ac8c2e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Z-Hub/Z-Push/archive/2.6.1.tar.gz -SOURCE_SUM=db97e9ff2eebec01c65e1a9150524a1fb45dc4b003955fb0847fbb069f143e33 +SOURCE_URL=https://github.com/Z-Hub/Z-Push/archive/2.6.4.tar.gz +SOURCE_SUM=7795ae7165fa3fb39a6ba40ca3e79609767e0c78c01857ede0f7014b90b27431 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 6e81540..d241bbb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "ActiveSync frontend that helps you synchronize emails, calendar and contacts", "fr": "Frontend ActiveSync qui permet de synchroniser emails, calendrier et contacts" }, - "version": "2.6.1~ynh3", + "version": "2.6.4~ynh1", "url": "https://z-push.org", "upstream": { "license": "AGPL-3.0-or-later",