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 () {