mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Upgrade 11.0.3
This commit is contained in:
parent
8ef03cd28f
commit
52f62c16f1
3 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ Nextcloud for YunoHost
|
||||||
own data. A personal cloud which run on your own server. With Nextcloud
|
own data. A personal cloud which run on your own server. With Nextcloud
|
||||||
you can synchronize your files over your devices.
|
you can synchronize your files over your devices.
|
||||||
|
|
||||||
**Shipped version:** 11.0.2
|
**Shipped version:** 11.0.3
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"url": "https://nextcloud.com",
|
"url": "https://nextcloud.com",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"version": "11.0.2",
|
"version": "11.0.3",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "-",
|
"name": "-",
|
||||||
"email": "-"
|
"email": "-"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Version cible de la mise à jour de Nextcloud
|
# Version cible de la mise à jour de Nextcloud
|
||||||
VERSION=11.0.2
|
VERSION=11.0.3
|
||||||
|
|
||||||
# Nextcloud tarball checksum sha256
|
# Nextcloud tarball checksum sha256
|
||||||
NEXTCLOUD_SOURCE_SHA256=5d1ef19d8f1f340b46c05ba3741dcb043dfc84fc3b9e2cfce1409c71a89b8700
|
NEXTCLOUD_SOURCE_SHA256=28d5ee39f31c6be20f037ad2eb300272ad9bb72a7d428eb0152c7a3fde87d545
|
||||||
|
|
||||||
# Load common variables and helpers
|
# Load common variables and helpers
|
||||||
source ./_common.sh
|
source ./_common.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue