From 24fe82873f166a7792e903429b8b0d5d587f1aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:58:22 +0200 Subject: [PATCH] 1.2.6 --- manifest.json | 4 ++-- scripts/_common.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7f4a67d..29a28a5 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "admindoc": "https://borgbackup.readthedocs.io/en/stable/", "code": "https://github.com/borgbackup/borg" }, - "version": "1.1.16~ynh9", + "version": "1.2.6~ynh1", "url": "https://borgbackup.readthedocs.io", "license": "BSD-3-Clause", "maintainer": { @@ -21,7 +21,7 @@ "url": "https://reflexlibre.net" }, "requirements": { - "yunohost": ">= 4.2.3" + "yunohost": ">= 11.2" }, "multi_instance": true, "services": [], diff --git a/scripts/_common.sh b/scripts/_common.sh index 53870b5..6313f27 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) -BORG_VERSION=1.1.16 +BORG_VERSION=1.2.6 pkg_dependencies="python3-pip python3-dev libacl1-dev libssl-dev liblz4-dev python3-jinja2 python3-setuptools python3-venv virtualenv libfuse-dev pkg-config"