From 88da8d90836e0d2fa8d86265e6c529bdd1a21e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 11 Nov 2022 13:17:58 +0100 Subject: [PATCH] Testing (#68) * Fix upgrade * Bump package version * Auto-update README * Upgrade to version 2.6.0 (#67) * Upgrade to v2.6.0 * Auto-update README Co-authored-by: yunohost-bot Co-authored-by: yunohost-bot Co-authored-by: tituspijean Co-authored-by: yunohost-bot Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot --- README.md | 3 +-- README_fr.md | 3 +-- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 95995af..e9c20bd 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in [AgenDAV](http://agendav.org/) is a CalDAV web client which features an AJAX interface to allow users to manage their own calendars and shared ones. -**Shipped version:** 2.5.0~ynh2 - +**Shipped version:** 2.6.0~ynh1 **Demo:** https://demo.yunohost.org/agendav/ ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index ee77dd0..3e5128f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,8 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour [AgenDAV](http://agendav.org/) is a CalDAV web client which features an AJAX interface to allow users to manage their own calendars and shared ones. -**Version incluse :** 2.5.0~ynh2 - +**Version incluse :** 2.6.0~ynh1 **Démo :** https://demo.yunohost.org/agendav/ ## Documentations et ressources diff --git a/conf/app.src b/conf/app.src index 40ec512..d88a091 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/agendav/agendav/releases/download/2.5.0/agendav-2.5.0.tar.gz -SOURCE_SUM=b0c4c12fdc4272de3e0296403eeea0e5b22af1e83ab6becf7a1eb0eea9e9f48e +SOURCE_URL=https://github.com/agendav/agendav/releases/download/2.6.0/agendav-2.6.0.tar.gz +SOURCE_SUM=af72c07886e30d2443ce9587992f59c78fad5ab4a069e311286e1e7216db895e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 3f122cd..a2d1f8b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "CalDAV web client", "fr": "Client web pour CalDAV" }, - "version": "2.5.0~ynh2", + "version": "2.6.0~ynh1", "url": "http://agendav.org", "upstream": { "license": "GPL-3.0",