From 4f48e8ac05796ddf3a2a9e32586142091e8feff6 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Sun, 8 Sep 2019 02:08:21 +0200 Subject: [PATCH] Upgrade to 0.6.0 --- README.md | 2 +- conf/app.src | 4 ++-- conf/config.system.php | 2 +- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a587c66..b29635e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to [Baïkal](http://baikal-server.com/) is a CalDAV and CardDAV server, based on sabre/dav, that includes an administration interface for easy management. -**Shipped version:** 0.5.3 +**Shipped version:** 0.6.0 ## Screenshots diff --git a/conf/app.src b/conf/app.src index f07f48a..58ec45d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/sabre-io/Baikal/releases/download/0.5.3/baikal-0.5.3.zip -SOURCE_SUM=11e6971a3cdc4c0cfc36e82498809162b5a6cfb67545f0dbc5b9d9e0c28c93c0 +SOURCE_URL=https://github.com/sabre-io/Baikal/releases/download/0.6.0/baikal-0.6.0.zip +SOURCE_SUM=eeb5f43edf6b79b08c43274dbe38c29c076eb4a92300be3a20b02929c13088e8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/conf/config.system.php b/conf/config.system.php index 2399d76..64e7bb2 100644 --- a/conf/config.system.php +++ b/conf/config.system.php @@ -69,4 +69,4 @@ define("PROJECT_DB_MYSQL_PASSWORD", '__DBPASS__'); define("BAIKAL_ENCRYPTION_KEY", '__DESKEY__'); # The currently configured Baïkal version -define("BAIKAL_CONFIGURED_VERSION", '0.5.3'); +define("BAIKAL_CONFIGURED_VERSION", '0.6.0'); diff --git a/manifest.json b/manifest.json index 1e5856c..c4bc55a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Lightweight CalDAV+CardDAV server", "fr": "Serveur CalDAV+CardDAV léger" }, - "version": "0.5.3~ynh1", + "version": "0.6.0~ynh1", "url": "http://baikal-server.com/", "license": "GPL-3.0", "maintainer": {