mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Upgrade to 22.0.0
This commit is contained in:
parent
51c5b71f2b
commit
d2f743a6d2
3 changed files with 11 additions and 4 deletions
|
@ -6,13 +6,13 @@
|
||||||
"en": "Online storage, file sharing platform and various other applications",
|
"en": "Online storage, file sharing platform and various other applications",
|
||||||
"fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications"
|
"fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications"
|
||||||
},
|
},
|
||||||
"version": "21.0.3~ynh1",
|
"version": "22.0.0~ynh1",
|
||||||
"url": "https://nextcloud.com",
|
"url": "https://nextcloud.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"website": "https://nextcloud.com",
|
"website": "https://nextcloud.com",
|
||||||
"demo": "https://demo.nextcloud.com/",
|
"demo": "https://demo.nextcloud.com/",
|
||||||
"admindoc": "https://docs.nextcloud.com/server/21/user_manual/en/",
|
"admindoc": "https://docs.nextcloud.com/server/22/user_manual/en/",
|
||||||
"userdoc": "https://yunohost.org/en/app_nextcloud",
|
"userdoc": "https://yunohost.org/en/app_nextcloud",
|
||||||
"code": "https://github.com/nextcloud/server"
|
"code": "https://github.com/nextcloud/server"
|
||||||
},
|
},
|
||||||
|
|
7
scripts/upgrade.d/upgrade.21.sh
Normal file
7
scripts/upgrade.d/upgrade.21.sh
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Last available nextcloud version
|
||||||
|
next_version="22.0.0"
|
||||||
|
|
||||||
|
# Nextcloud tarball checksum sha256
|
||||||
|
nextcloud_source_sha256="3911d3754c37aca7c9b5f3b2b37513c0f2b5bb979af00816c1117b1eedbc5d7a"
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Last available Nextcloud version
|
# Last available Nextcloud version
|
||||||
next_version="21.0.3"
|
next_version="22.0.0"
|
||||||
|
|
||||||
# Nextcloud tarball checksum sha256
|
# Nextcloud tarball checksum sha256
|
||||||
nextcloud_source_sha256="8adcd175c7a70c33332586fa9ce36d03ba02d1df5d4c334d1210201d3fb953ee"
|
nextcloud_source_sha256="3911d3754c37aca7c9b5f3b2b37513c0f2b5bb979af00816c1117b1eedbc5d7a"
|
||||||
|
|
Loading…
Add table
Reference in a new issue