From 4b89c48616809c9862cf1ca87edaf802f78a0851 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 23 Jul 2023 20:51:12 +0200 Subject: [PATCH] v0.8.2 (#10) * v0.8.2 https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.8.2 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5a4a680..78d9510 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "S3 storage", "fr": "stockage S3" }, - "version": "0.8.0~ynh4", + "version": "0.8.2~ynh1", "url": "https://garagehq.deuxfleurs.fr/", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index bc68cc1..494a560 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -10,7 +10,7 @@ pkg_dependencies_virtualisation="qemu-utils e2fsprogs" #================================================= -GARAGE_VERSION="0.8.0" +GARAGE_VERSION="0.8.2" # inspired by restic helper install_garage () {