From d2f743a6d2117c30ae26350e64319b08cd33d086 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 9 Jul 2021 19:27:10 +0200 Subject: [PATCH] Upgrade to 22.0.0 --- manifest.json | 4 ++-- scripts/upgrade.d/upgrade.21.sh | 7 +++++++ scripts/upgrade.d/upgrade.last.sh | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 scripts/upgrade.d/upgrade.21.sh diff --git a/manifest.json b/manifest.json index 2d7a9d7..4e309c1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,13 +6,13 @@ "en": "Online storage, file sharing platform and various other 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", "upstream": { "license": "AGPL-3.0", "website": "https://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", "code": "https://github.com/nextcloud/server" }, diff --git a/scripts/upgrade.d/upgrade.21.sh b/scripts/upgrade.d/upgrade.21.sh new file mode 100644 index 0000000..f617405 --- /dev/null +++ b/scripts/upgrade.d/upgrade.21.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Last available nextcloud version +next_version="22.0.0" + +# Nextcloud tarball checksum sha256 +nextcloud_source_sha256="3911d3754c37aca7c9b5f3b2b37513c0f2b5bb979af00816c1117b1eedbc5d7a" diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 72dca50..1c6ff92 100755 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ #!/bin/bash # Last available Nextcloud version -next_version="21.0.3" +next_version="22.0.0" # Nextcloud tarball checksum sha256 -nextcloud_source_sha256="8adcd175c7a70c33332586fa9ce36d03ba02d1df5d4c334d1210201d3fb953ee" +nextcloud_source_sha256="3911d3754c37aca7c9b5f3b2b37513c0f2b5bb979af00816c1117b1eedbc5d7a"