From a90582bb9313819833d30298d8460dc756a7d270 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 30 Nov 2021 23:45:52 +0100 Subject: [PATCH] 23.0.0 --- manifest.json | 2 +- scripts/upgrade.d/upgrade.22.sh | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 scripts/upgrade.d/upgrade.22.sh diff --git a/manifest.json b/manifest.json index f65f6d3..d2cfb2c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online storage, file sharing platform and various other applications", "fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications" }, - "version": "22.2.3~ynh1", + "version": "22.3.0~ynh1", "url": "https://nextcloud.com", "upstream": { "license": "AGPL-3.0", diff --git a/scripts/upgrade.d/upgrade.22.sh b/scripts/upgrade.d/upgrade.22.sh new file mode 100644 index 0000000..78a70e2 --- /dev/null +++ b/scripts/upgrade.d/upgrade.22.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Last available nextcloud version +next_version="23.0.0" + +# Nextcloud tarball checksum sha256 +nextcloud_source_sha256="c37592abc3b65c8fd28459281a24f414b87af52fc8c2ea979be3f9be75d01a2c"