From 6fd31642b82ab5ac8eac4272a2020919c48d094d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 25 Nov 2023 19:40:53 +0100 Subject: [PATCH] 0.16.2 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index af83129..41e28c8 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "url": "https://gnoobix.net" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.2" }, "multi_instance": true, "services": [], diff --git a/scripts/_common.sh b/scripts/_common.sh index b5e9dd2..d3f701e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # App package root directory should be the parent folder PKG_DIR=$(cd ../; pwd) -RESTIC_VERSION="0.12.0" +RESTIC_VERSION="0.16.2" # Install restic if restic is not here install_restic () {