From 395f7879c30dbeeba60142326f53012b42322eb2 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Mar 2023 02:02:48 +0100 Subject: [PATCH] Updater bot : unpackerr updated to - --- 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 2f4c5565e..25c201661 100644 --- a/unpackerr/CHANGELOG.md +++ b/unpackerr/CHANGELOG.md @@ -1,4 +1,7 @@ +## - () +- Update to latest version from hotio/unpackerr + ## testing-0.11.1-2023-02-11 (2023-02-11) - Update to latest version from hotio/unpackerr diff --git a/unpackerr/config.json b/unpackerr/config.json index 313e40241..1ef456805 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -85,5 +85,5 @@ }, "slug": "unpackerr", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "testing-0.11.1-2023-02-11" + "version": "-" } diff --git a/unpackerr/updater.json b/unpackerr/updater.json index 805bfd2e6..3ae91b97a 100644 --- a/unpackerr/updater.json +++ b/unpackerr/updater.json @@ -4,10 +4,10 @@ "fulltag": true, "github_beta": "true", "github_tagfilter": "release", - "last_update": "2023-02-11", + "last_update": "", "repository": "alexbelgium/hassio-addons", "slug": "unpackerr", "source": "dockerhub", "upstream_repo": "hotio/unpackerr", - "upstream_version": "testing-0.11.1-2023-02-11" + "upstream_version": "-" }