From c50996ccb1c6edc2364c0664b7e03919d9b33fa4 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 30 Dec 2016 13:50:07 +0100 Subject: [PATCH] Update Update to 2.0.0 stable --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c40bf58..68c7215 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ AgenDAV for YunoHost [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.0.0-beta2 +**Shipped version:** 2.0.0 ![](http://agendav.org/img/screenshots/2.0.0-beta1/001_month_view.png) diff --git a/manifest.json b/manifest.json index 777b247..6d5dacd 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "http://agendav.org/", "license": "GPL-3", - "version": "2.0.0-beta2", + "version": "2.0.0", "maintainer": { "name": "julien", "email": "julien.malik@paraiso.me" diff --git a/scripts/_common.sh b/scripts/_common.sh index b1e9e3c..5e0f815 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,10 +3,10 @@ # # AgenDAV version -VERSION="2.0.0-beta2" +VERSION="2.0.0" # Source tarball checksum -SOURCE_SHA256="5cbb76c08ef1c669e5735473a963ca62b835fd43955d31cc1b6d8d32672bc54d" +SOURCE_SHA256="142e8d9ea0e3e6feacd1523c5cabc834fe8bc3e9dbae03034089758b9c3abb92" # Source tarball URL SOURCE_URL="https://github.com/adobo/agendav/releases/download/${VERSION}/agendav-${VERSION}.tar.gz"