From 9f23940fe5fcbc42ce2ccba9a580d6de8027b4f0 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Mon, 29 Dec 2025 09:29:14 +0100 Subject: [PATCH] Bump luci-app-secubox to 0.5.1 --- luci-app-secubox/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-secubox/Makefile b/luci-app-secubox/Makefile index 852d0f09..8adc7a16 100644 --- a/luci-app-secubox/Makefile +++ b/luci-app-secubox/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-secubox -PKG_VERSION:=0.4.6 -PKG_RELEASE:=5 +PKG_VERSION:=0.5.1 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind