From 6fb738f455d5eabaed35f9640a6872c3131371c8 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sun, 28 Dec 2025 21:42:05 +0100 Subject: [PATCH] chore: Bump versions - secubox 0.4.6-r3 and cdn-cache 0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated internal version numbers for secubox and cdn-cache modules. Version updates: - luci-app-secubox: 0.4.6-r2 → 0.4.6-r3 - luci-app-cdn-cache: 0.2.2-r1 → 0.4.1-r1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- luci-app-cdn-cache/Makefile | 2 +- luci-app-secubox/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-cdn-cache/Makefile b/luci-app-cdn-cache/Makefile index 13975367..760bf84c 100644 --- a/luci-app-cdn-cache/Makefile +++ b/luci-app-cdn-cache/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-cdn-cache -PKG_VERSION:=0.2.2 +PKG_VERSION:=0.4.1 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind diff --git a/luci-app-secubox/Makefile b/luci-app-secubox/Makefile index 93fc2fff..aea09b47 100644 --- a/luci-app-secubox/Makefile +++ b/luci-app-secubox/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-secubox PKG_VERSION:=0.4.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind