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

feat: bump to restic 0.11.0

This commit is contained in:
Lionel Coupouchetty-Ramouchetty 2021-01-27 17:06:47 +01:00
parent b7cb344673
commit 30584c7fdd
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Restic for YunoHost
[![Latest Version](https://img.shields.io/badge/version-0.9.6-green.svg?style=flat)](https://github.com/YunoHost-Apps/restic_ynh/releases)
[![Latest Version](https://img.shields.io/badge/version-0.11.0-green.svg?style=flat)](https://github.com/YunoHost-Apps/restic_ynh/releases)
[![Status](https://img.shields.io/badge/status-testing-yellow.svg?style=flat)](https://github.com/YunoHost-Apps/restic_ynh/milestones)
[![Integration level](https://dash.yunohost.org/integration/restic.svg)](https://dash.yunohost.org/appci/app/restic)
[![GitHub license](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat)](https://raw.githubusercontent.com/YunoHost-Apps/restic_ynh/master/LICENSE)

View file

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

View file

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