From 5cb8612212604dd47c62be7e7c9ac5f1d31540f4 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 9 Sep 2023 13:03:18 +0200 Subject: [PATCH] Updater bot : unpackerr updated to testing-cache-linux-arm64-2023-08-27 --- 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 a66ecf64d..d9fd9becc 100644 --- a/unpackerr/CHANGELOG.md +++ b/unpackerr/CHANGELOG.md @@ -1,4 +1,7 @@ +## testing-cache-linux-arm64-2023-08-27 (2023-08-27) +- Update to latest version from hotio/unpackerr + ## testing-cd1e492-552-linux-amd64-2023-07-20 (2023-07-20) - Update to latest version from hotio/unpackerr diff --git a/unpackerr/config.json b/unpackerr/config.json index 4621aa2ca..b35f35a91 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -85,5 +85,5 @@ }, "slug": "unpackerr", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "testing-cd1e492-552-linux-amd64-2023-07-20" + "version": "testing-cache-linux-arm64-2023-08-27" } diff --git a/unpackerr/updater.json b/unpackerr/updater.json index 178c71367..a4faed408 100644 --- a/unpackerr/updater.json +++ b/unpackerr/updater.json @@ -1,10 +1,10 @@ { "dockerhub_by_date": true, "fulltag": true, - "last_update": "2023-07-20", + "last_update": "2023-08-27", "repository": "alexbelgium/hassio-addons", "slug": "unpackerr", "source": "dockerhub", "upstream_repo": "hotio/unpackerr", - "upstream_version": "testing-cd1e492-552-linux-amd64-2023-07-20" + "upstream_version": "testing-cache-linux-arm64-2023-08-27" }