1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Merge pull request #22 from YunoHost-Apps/dev

Upgrade to upstream version 11.0.2
This commit is contained in:
Maniack Crudelis 2017-03-04 16:55:23 +01:00 committed by GitHub
commit beb6dc9d90
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ Nextcloud for YunoHost
own data. A personal cloud which run on your own server. With Nextcloud
you can synchronize your files over your devices.
**Shipped version:** 11.0.0
**Shipped version:** 11.0.2
![](https://github.com/nextcloud/screenshots/blob/master/files/filelist.png)

View file

@ -8,7 +8,7 @@
},
"url": "https://nextcloud.com",
"license": "AGPL-3",
"version": "11.0.1",
"version": "11.0.2",
"maintainer": {
"name": "-",
"email": "-"

View file

@ -1,10 +1,10 @@
#!/bin/bash
# Version cible de la mise à jour de Nextcloud
VERSION=11.0.1
VERSION=11.0.2
# Nextcloud tarball checksum sha256
NEXTCLOUD_SOURCE_SHA256=00162bf454914a2acbe6a9ac47c9db9f411b99064f0736b43e73cabbd87f4629
NEXTCLOUD_SOURCE_SHA256=5d1ef19d8f1f340b46c05ba3741dcb043dfc84fc3b9e2cfce1409c71a89b8700
# Load common variables and helpers
source ./_common.sh