1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00

feat: use new restic 0.10.0

This commit is contained in:
Lionel Coupouchetty-Ramouchetty 2020-09-26 13:56:51 +02:00
parent 34b3b706b4
commit da5a693d16
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"en": "Backup your server with restic.",
"fr": "Sauvegardez votre serveur avec restic."
},
"version": "0.9.6~ynh5",
"version": "0.10.0~ynh1",
"url": "https://restic.net/",
"license": "BSD 2-Clause \"Simplified\" License",
"maintainer": {

View file

@ -5,7 +5,7 @@
#=================================================
# App package root directory should be the parent folder
PKG_DIR=$(cd ../; pwd)
RESTIC_VERSION="0.9.6"
RESTIC_VERSION="0.10.0"
# Install restic if restic is not here
install_restic () {