mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
commit
36436f41a4
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ AgenDAV for YunoHost
|
||||||
[AgenDAV](http://agendav.org/) is a CalDAV web client which features an
|
[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.
|
AJAX interface to allow users to manage their own calendars and shared ones.
|
||||||
|
|
||||||
**Shipped version:** 2.0.0-beta2
|
**Shipped version:** 2.0.0
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"url": "http://agendav.org/",
|
"url": "http://agendav.org/",
|
||||||
"license": "GPL-3",
|
"license": "GPL-3",
|
||||||
"version": "2.0.0-beta2",
|
"version": "2.0.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "julien",
|
"name": "julien",
|
||||||
"email": "julien.malik@paraiso.me"
|
"email": "julien.malik@paraiso.me"
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# AgenDAV version
|
# AgenDAV version
|
||||||
VERSION="2.0.0-beta2"
|
VERSION="2.0.0"
|
||||||
|
|
||||||
# Source tarball checksum
|
# Source tarball checksum
|
||||||
SOURCE_SHA256="5cbb76c08ef1c669e5735473a963ca62b835fd43955d31cc1b6d8d32672bc54d"
|
SOURCE_SHA256="142e8d9ea0e3e6feacd1523c5cabc834fe8bc3e9dbae03034089758b9c3abb92"
|
||||||
|
|
||||||
# Source tarball URL
|
# Source tarball URL
|
||||||
SOURCE_URL="https://github.com/adobo/agendav/releases/download/${VERSION}/agendav-${VERSION}.tar.gz"
|
SOURCE_URL="https://github.com/adobo/agendav/releases/download/${VERSION}/agendav-${VERSION}.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue