1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgserver_ynh.git synced 2024-09-03 20:36:20 +02:00
This commit is contained in:
Éric Gaspar 2023-10-25 21:58:22 +02:00
parent 509f97fa48
commit 24fe82873f
2 changed files with 3 additions and 3 deletions

View file

@ -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": [],

View file

@ -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"