Fix manual-build versions: use .N suffix instead of -N

Home Assistant (AwesomeVersion) no longer recognises the X.Y.Z-N
manual-build nomenclature, so rebuild these with a .N suffix instead.
Semver treats X.Y.Z-N as a pre-release (sorts below X.Y.Z); X.Y.Z.N
sorts above, so each shows up as a proper upgrade.

- manyfold             0.146.1-3    -> 0.146.1.3
- qbittorrent          5.2.3-1      -> 5.2.3.1
- birdnet-pi           2026.07.10-1 -> 2026.07.10.1
- birdnet-pi-zach      2026.07.10-2 -> 2026.07.10.2
- nginx_webserver_proxy 2.14.1-1    -> 2.14.1.1
- immich               3.0.1-2      -> 3.0.1.2
- immich_cuda          3.0.1-2      -> 3.0.1.2
- immich_noml          3.0.1-2      -> 3.0.1.2
- immich_openvino      3.0.1-2      -> 3.0.1.2

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
alexbelgium
2026-07-21 20:31:59 +02:00
parent 79dd7fabf6
commit e6f6c95115
9 changed files with 9 additions and 9 deletions

View File

@@ -116,5 +116,5 @@ tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi-zach
usb: true
version: 2026.07.10-2
version: 2026.07.10.2
video: true

View File

@@ -116,5 +116,5 @@ tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi
usb: true
version: 2026.07.10-1
version: 2026.07.10.1
video: true

View File

@@ -141,6 +141,6 @@ slug: immich
udev: true
url: https://github.com/alexbelgium/hassio-addons
usb: true
version: "3.0.1-2"
version: "3.0.1.2"
video: true
webui: http://[HOST]:[PORT:8080]

View File

@@ -139,6 +139,6 @@ slug: immich_cuda
udev: true
url: https://github.com/alexbelgium/hassio-addons
usb: true
version: "3.0.1-2"
version: "3.0.1.2"
video: true
webui: http://[HOST]:[PORT:8080]

View File

@@ -140,6 +140,6 @@ slug: immich_noml
udev: true
url: https://github.com/alexbelgium/hassio-addons
usb: true
version: "3.0.1-2"
version: "3.0.1.2"
video: true
webui: http://[HOST]:[PORT:8080]

View File

@@ -140,6 +140,6 @@ slug: immich_openvino
udev: true
url: https://github.com/alexbelgium/hassio-addons
usb: true
version: "3.0.1-2"
version: "3.0.1.2"
video: true
webui: http://[HOST]:[PORT:8080]

View File

@@ -1,7 +1,7 @@
name: "Manyfold"
slug: manyfold
description: "Manyfold 3D model manager as a Home Assistant add-on, using the upstream image with configurable library/index paths."
version: "0.146.1-3"
version: "0.146.1.3"
url: "https://github.com/alexbelgium/hassio-addons/tree/master/manyfold"
image: ghcr.io/alexbelgium/manyfold-{arch}
arch:

View File

@@ -1,7 +1,7 @@
name: "Nginx Proxy Manager + Static Web Server"
slug: nginx_webserver_proxy
description: "Nginx Proxy Manager with a built-in configurable static file server. Manage reverse proxies via NPM UI on port 81 while serving files from HA storage on port 80."
version: "2.14.1-1"
version: "2.14.1.1"
url: "https://github.com/alexbelgium/hassio-addons/tree/master/nginx_webserver_proxy"
arch:
- amd64

View File

@@ -143,4 +143,4 @@ schema:
slug: qbittorrent
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "5.2.3-1"
version: "5.2.3.1"