chore: Bump release versions for require syntax fix

- luci-app-auth-guardian: r3
- luci-app-glances: r2
- luci-app-localai: r10
- luci-app-magicmirror2: r6
- luci-app-mitmproxy: r6
- luci-app-mmpm: r3
- luci-app-mqtt-bridge: r4
- luci-app-ndpid: r2
- luci-app-network-modes: r3
- luci-app-secubox-admin: r17
- luci-app-secubox-portal: r7
- luci-app-wireguard-dashboard: r2

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-01-21 17:18:06 +01:00
parent db3a41928e
commit 6f713b1041
12 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-auth-guardian PKG_NAME:=luci-app-auth-guardian
PKG_VERSION:=0.4.0 PKG_VERSION:=0.4.0
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_ARCH:=all PKG_ARCH:=all
PKG_LICENSE:=MIT PKG_LICENSE:=MIT
PKG_MAINTAINER:=CyberMind <contact@cybermind.fr> PKG_MAINTAINER:=CyberMind <contact@cybermind.fr>

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-glances PKG_NAME:=luci-app-glances
PKG_VERSION:=1.0.0 PKG_VERSION:=1.0.0
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_ARCH:=all PKG_ARCH:=all
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-localai PKG_NAME:=luci-app-localai
PKG_VERSION:=0.1.0 PKG_VERSION:=0.1.0
PKG_RELEASE:=9 PKG_RELEASE:=10
PKG_ARCH:=all PKG_ARCH:=all
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-magicmirror2 PKG_NAME:=luci-app-magicmirror2
PKG_VERSION:=0.4.0 PKG_VERSION:=0.4.0
PKG_RELEASE:=5 PKG_RELEASE:=6
PKG_ARCH:=all PKG_ARCH:=all
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-mitmproxy PKG_NAME:=luci-app-mitmproxy
PKG_VERSION:=0.4.0 PKG_VERSION:=0.4.0
PKG_RELEASE:=5 PKG_RELEASE:=6
PKG_ARCH:=all PKG_ARCH:=all
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-mmpm PKG_NAME:=luci-app-mmpm
PKG_VERSION:=0.2.0 PKG_VERSION:=0.2.0
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_ARCH:=all PKG_ARCH:=all
PKG_LICENSE:=MIT PKG_LICENSE:=MIT

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-mqtt-bridge PKG_NAME:=luci-app-mqtt-bridge
PKG_VERSION:=0.4.0 PKG_VERSION:=0.4.0
PKG_RELEASE:=3 PKG_RELEASE:=4
PKG_ARCH:=all PKG_ARCH:=all
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=CyberMind <contact@cybermind.fr> PKG_MAINTAINER:=CyberMind <contact@cybermind.fr>

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-ndpid PKG_NAME:=luci-app-ndpid
PKG_VERSION:=1.1.2 PKG_VERSION:=1.1.2
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_ARCH:=all PKG_ARCH:=all
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-network-modes PKG_NAME:=luci-app-network-modes
PKG_VERSION:=0.5.0 PKG_VERSION:=0.5.0
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_ARCH:=all PKG_ARCH:=all
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-secubox-admin PKG_NAME:=luci-app-secubox-admin
PKG_VERSION:=1.0.0 PKG_VERSION:=1.0.0
PKG_RELEASE:=16 PKG_RELEASE:=17
PKG_LICENSE:=MIT PKG_LICENSE:=MIT
PKG_MAINTAINER:=CyberMind <contact@cybermind.fr> PKG_MAINTAINER:=CyberMind <contact@cybermind.fr>
PKG_ARCH:=all PKG_ARCH:=all

View File

@ -11,7 +11,7 @@ LUCI_DESCRIPTION:=Unified entry point for all SecuBox applications with tabbed n
LUCI_DEPENDS:=+luci-base +luci-theme-secubox LUCI_DEPENDS:=+luci-base +luci-theme-secubox
LUCI_PKGARCH:=all LUCI_PKGARCH:=all
PKG_VERSION:=0.6.0 PKG_VERSION:=0.6.0
PKG_RELEASE:=6 PKG_RELEASE:=7
PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=SecuBox Team <secubox@example.com> PKG_MAINTAINER:=SecuBox Team <secubox@example.com>

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-wireguard-dashboard PKG_NAME:=luci-app-wireguard-dashboard
PKG_VERSION:=0.7.0 PKG_VERSION:=0.7.0
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_ARCH:=all PKG_ARCH:=all
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0