Updater bot : aurral updated to 2.7.0 (upstream 2.7.0)

This commit is contained in:
alexbelgium
2026-08-29 01:25:13 +02:00
parent e7600b5c92
commit 1dd6fb2a4e
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.7.0 (2026-08-29)
- Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases)
## 2.5.1 (2026-08-22) ## 2.5.1 (2026-08-22)
- Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases) - Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases)

View File

@@ -1,5 +1,5 @@
name: Aurral name: Aurral
version: "2.5.1" version: "2.7.0"
slug: aurral slug: aurral
description: >- description: >-
Self-hosted music discovery, request management, flows, and playlist Self-hosted music discovery, request management, flows, and playlist

View File

@@ -1,9 +1,9 @@
{ {
"last_update": "2026-08-22", "last_update": "2026-08-29",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "aurral", "slug": "aurral",
"source": "github", "source": "github",
"upstream_repo": "lklynet/aurral", "upstream_repo": "lklynet/aurral",
"upstream_version": "2.5.1", "upstream_version": "2.7.0",
"github_beta": false "github_beta": false
} }