From 3124c1e05c75a1c5acfcebd89e535e703cef78fd Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 Aug 2025 01:55:26 +0200 Subject: [PATCH] Updater bot : birdnet-go updated to nightly-20250813 --- 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 f735a0a3f..2d7236116 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-20250813 (16-08-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## nightly-20250805 (09-08-2025) - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## nightly-20250731-4 (04-08-2025) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index ef83f4970..100f7c5fe 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-20250805" + "version": "nightly-20250813" } diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 06ffd132e..0bceecf3d 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": "09-08-2025", + "last_update": "16-08-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20250805" + "upstream_version": "nightly-20250813" }