mirror of
https://github.com/YunoHost-Apps/borgserver_ynh.git
synced 2024-09-03 20:36:20 +02:00
1.2.6
This commit is contained in:
parent
509f97fa48
commit
24fe82873f
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
"admindoc": "https://borgbackup.readthedocs.io/en/stable/",
|
"admindoc": "https://borgbackup.readthedocs.io/en/stable/",
|
||||||
"code": "https://github.com/borgbackup/borg"
|
"code": "https://github.com/borgbackup/borg"
|
||||||
},
|
},
|
||||||
"version": "1.1.16~ynh9",
|
"version": "1.2.6~ynh1",
|
||||||
"url": "https://borgbackup.readthedocs.io",
|
"url": "https://borgbackup.readthedocs.io",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"url": "https://reflexlibre.net"
|
"url": "https://reflexlibre.net"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.2.3"
|
"yunohost": ">= 11.2"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [],
|
"services": [],
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
# App package root directory should be the parent folder
|
# App package root directory should be the parent folder
|
||||||
PKG_DIR=$(cd ../; pwd)
|
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"
|
pkg_dependencies="python3-pip python3-dev libacl1-dev libssl-dev liblz4-dev python3-jinja2 python3-setuptools python3-venv virtualenv libfuse-dev pkg-config"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue