mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
upgrade to 2.6.4~ynh1
This commit is contained in:
parent
464937d8fc
commit
0e3a9b2001
4 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue