From 2373262f81e4b4a7e834e99d230bb0d33932faff Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Fri, 1 Oct 2021 08:57:28 +0000 Subject: [PATCH] Upgrade to 2.2.1 (fix #54) --- README.md | 4 ++-- conf/app.src | 4 ++-- manifest.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b3fe04..64d618f 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 [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.2.0 +**Shipped version:** 2.2.1 ## Screenshots @@ -24,7 +24,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Documentation - * Official documentation: http://docs.agendav.org/en/2.2.0/ + * Official documentation: http://docs.agendav.org/en/2.2.1/ * YunoHost documentation: If specific documentation is needed, feel free to contribute. ## YunoHost specific features diff --git a/conf/app.src b/conf/app.src index 8db6750..4776aec 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/adobo/agendav/releases/download/2.2.0/agendav-2.2.0.tar.gz -SOURCE_SUM=0056154ae0a7aa3401f4f24c51f0f2de3d1e97eaa83e74a2129714b67013129f +SOURCE_URL=https://github.com/adobo/agendav/releases/download/2.2.1/agendav-2.2.1.tar.gz +SOURCE_SUM=7e293fc20660646bfb17e2af180f35cb5a8151664724238b569b3939c34b5f24 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 791e3b9..694364b 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "http://agendav.org/", "license": "GPL-3.0", - "version": "2.2.0~ynh2", + "version": "2.2.1~ynh1", "maintainer": { "name": "julien", "email": "julien.malik@paraiso.me"