1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00

Merge pull request #18 from tomgue/master

Update
This commit is contained in:
julienmalik 2017-02-06 09:41:02 +01:00 committed by GitHub
commit 36436f41a4
3 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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"

View file

@ -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"