From 693402025d9e1c5383e45644c834507c9309a3c3 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Mon, 1 Jun 2026 21:18:07 +0200 Subject: [PATCH] Updater bot : aurral updated to 1.76.42 --- aurral/CHANGELOG.md | 2 ++ aurral/config.yaml | 2 +- aurral/updater.json | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/aurral/CHANGELOG.md b/aurral/CHANGELOG.md index 5258169fa8..6e07592cd7 100644 --- a/aurral/CHANGELOG.md +++ b/aurral/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.76.42 (2026-06-01) +- Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases) ## 1.76.40 (2026-05-30) - Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases) diff --git a/aurral/config.yaml b/aurral/config.yaml index 316a6148b5..cbcdf931b4 100644 --- a/aurral/config.yaml +++ b/aurral/config.yaml @@ -1,5 +1,5 @@ name: Aurral -version: "1.76.40" +version: "1.76.42" slug: aurral description: >- Self-hosted music discovery, request management, flows, and playlist diff --git a/aurral/updater.json b/aurral/updater.json index 22534ea0ea..34d03708f0 100644 --- a/aurral/updater.json +++ b/aurral/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-05-30", + "last_update": "2026-06-01", "repository": "alexbelgium/hassio-addons", "slug": "aurral", "source": "github", "upstream_repo": "lklynet/aurral", - "upstream_version": "1.76.40" + "upstream_version": "1.76.42" }