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"