From 1f332d6fc2490068779b50f739581c9b5794e4fa Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 11 Feb 2018 22:09:52 +0100 Subject: [PATCH] [Fix] Upgrade from version to another --- scripts/upgrade.d/upgrade.12.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/upgrade.d/upgrade.12.sh diff --git a/scripts/upgrade.d/upgrade.12.sh b/scripts/upgrade.d/upgrade.12.sh new file mode 100644 index 0000000..7069cc2 --- /dev/null +++ b/scripts/upgrade.d/upgrade.12.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Version cible de la mise à jour de Nextcloud +next_version="13.0.0" + +# Nextcloud tarball checksum +nextcloud_source_sha256="38e6064432a2d1a044f219028d3fd46cb7a943a47e11eef346810bd289705aec"