From 9bca6ceb3be22a1b2fef83f9d82163fe0f957ce6 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Thu, 19 Jan 2017 01:21:01 +0100 Subject: [PATCH] =?UTF-8?q?Guillemets=20supprim=C3=A9s=20pour=20=5Fcommon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/upgrade.d/upgrade.last.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 1350c3b..e4a804f 100755 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,10 +1,10 @@ #!/bin/bash # Version cible de la mise à jour de Nextcloud -VERSION="11.0.1" +VERSION=11.0.1 # Nextcloud tarball checksum sha256 -NEXTCLOUD_SOURCE_SHA256="00162bf454914a2acbe6a9ac47c9db9f411b99064f0736b43e73cabbd87f4629" +NEXTCLOUD_SOURCE_SHA256=00162bf454914a2acbe6a9ac47c9db9f411b99064f0736b43e73cabbd87f4629 # Load common variables and helpers source ./_common.sh