From aebea92612f20b20bd7ff162e65a6314ff2e4bea Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 18 Oct 2025 06:47:26 +0200 Subject: [PATCH] Updater bot : birdnet-go updated to nightly-20251012 --- birdnet-go/CHANGELOG.md | 3 +++ birdnet-go/config.yaml | 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 5a6f19a78..71ea333ad 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-20251012 (18-10-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## nightly-20251008 (11-10-2025) - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## nightly-20250904_6 (17-09-2025) diff --git a/birdnet-go/config.yaml b/birdnet-go/config.yaml index 0ae0d8578..c2ae00bac 100644 --- a/birdnet-go/config.yaml +++ b/birdnet-go/config.yaml @@ -114,4 +114,4 @@ slug: birdnet-go udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go usb: true -version: nightly-20251008 +version: "nightly-20251012" diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 60846990c..2d01f6a51 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -2,10 +2,10 @@ "github_beta": true, "github_fulltag": true, "github_tagfilter": "nightly", - "last_update": "11-10-2025", + "last_update": "18-10-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20251008" + "upstream_version": "nightly-20251012" }