From 1afc3abaeb56cf018535c89c01c797f6856eb000 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 20 Jan 2024 02:03:42 +0100 Subject: [PATCH] Updater bot : unpackerr updated to 0.13.0 --- unpackerr/CHANGELOG.md | 3 +++ unpackerr/config.json | 2 +- unpackerr/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/unpackerr/CHANGELOG.md b/unpackerr/CHANGELOG.md index 991dbf055..b681d4b0d 100644 --- a/unpackerr/CHANGELOG.md +++ b/unpackerr/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.13.0 (20-01-2024) +- Update to latest version from Unpackerr/unpackerr ### 0.12.0-3 (31-12-2023) - Minor bugs fixed - Deprecated options watch_path and extraction_path to avoid breakage of the configuration file. Any modifications needs to be done manually using (for example) the Filebrowser addon in /addon_configs/db21ed7f_unpackerr/unpackerr.conf. This also means you'll have to make sure the PUID/PGID specified really correspond to your actual permissions (the app doesn't allow to run as root) diff --git a/unpackerr/config.json b/unpackerr/config.json index a3e606a3f..cb706eb0b 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -97,5 +97,5 @@ "slug": "unpackerr", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.12.0-3" + "version": "0.13.0" } diff --git a/unpackerr/updater.json b/unpackerr/updater.json index 3ecb93837..67c8050f0 100644 --- a/unpackerr/updater.json +++ b/unpackerr/updater.json @@ -1,10 +1,10 @@ { "dockerhub_by_date": true, "fulltag": true, - "last_update": "30-12-2023", + "last_update": "20-01-2024", "repository": "alexbelgium/hassio-addons", "slug": "unpackerr", "source": "github", "upstream_repo": "Unpackerr/unpackerr", - "upstream_version": "0.12.0" + "upstream_version": "0.13.0" }