mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Guillemets supprimés pour _common
This commit is contained in:
parent
3c2d14eb00
commit
9bca6ceb3b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue