1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Merge pull request #85 from YunoHost-Apps/testing

Upgrade to version 2.7.0
This commit is contained in:
yalh76 2023-08-08 19:57:35 +02:00 committed by GitHub
commit e3ef36d2af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
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) 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.4~ynh1 **Shipped version:** 2.7.0~ynh1
## Disclaimers / important information ## Disclaimers / important information
* would be better to create a dedicated domain: autodiscover.yourdomain.org * would be better to create a dedicated domain: autodiscover.yourdomain.org

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
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) 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)
**Version incluse :** 2.6.4~ynh1 **Version incluse :** 2.7.0~ynh1
## Avertissements / informations importantes ## Avertissements / informations importantes
* would be better to create a dedicated domain: autodiscover.yourdomain.org * would be better to create a dedicated domain: autodiscover.yourdomain.org

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Z-Hub/Z-Push/archive/2.6.4.tar.gz SOURCE_URL=https://github.com/Z-Hub/Z-Push/archive/2.7.0.tar.gz
SOURCE_SUM=7795ae7165fa3fb39a6ba40ca3e79609767e0c78c01857ede0f7014b90b27431 SOURCE_SUM=0d3507af509723c0a145a910c707dce81adb5535b83455c05ebf070880988c66
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "ActiveSync frontend that helps you synchronize emails, calendar and contacts", "en": "ActiveSync frontend that helps you synchronize emails, calendar and contacts",
"fr": "Frontend ActiveSync qui permet de synchroniser emails, calendrier et contacts" "fr": "Frontend ActiveSync qui permet de synchroniser emails, calendrier et contacts"
}, },
"version": "2.6.4~ynh1", "version": "2.7.0~ynh1",
"url": "https://z-push.org", "url": "https://z-push.org",
"upstream": { "upstream": {
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",