From 19efd3f6451657c8cf0f2e683a1207eeaadc7d09 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 30 Aug 2025 01:55:28 +0200 Subject: [PATCH] Updater bot : birdnet-go updated to nightly-20250826 --- 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 2d7236116..b0116c6b9 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-20250826 (30-08-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## nightly-20250813 (16-08-2025) - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index 100f7c5fe..b18ec2a2d 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -124,5 +124,5 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", "usb": true, - "version": "nightly-20250813" + "version": "nightly-20250826" } diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 0bceecf3d..362bc2d9e 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": "16-08-2025", + "last_update": "30-08-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20250813" + "upstream_version": "nightly-20250826" }