From 7497fde9a2bf345ac362edd8da5d7a8b0d56987d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 26 Apr 2025 01:55:28 +0200 Subject: [PATCH] Updater bot : birdnet-go updated to 20250316 --- birdnet-go/CHANGELOG.md | 3 +++ birdnet-go/config.json | 2 +- birdnet-go/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index 879d1410a..9da615c0a 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 20250316 (26-04-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## 0.6.4-3 (07-04-2025) - Minor bugs fixed ## 0.6.4-2 (30-03-2025) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index a8dd19551..a8bbbb424 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -114,5 +114,5 @@ "slug": "birdnet-go", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", - "version": "0.6.4-3" + "version": "20250316" } diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index bb29c9795..c6cc52ba3 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -1,8 +1,8 @@ { - "last_update": "15-03-2025", + "last_update": "26-04-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "0.6.4" + "upstream_version": "20250316" }