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:
parent
34b3b706b4
commit
da5a693d16
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue