From 14362bf1f0e9de9526a6e018ca739f794b09a29d Mon Sep 17 00:00:00 2001 From: Bard L Date: Fri, 15 Nov 2024 01:49:24 +0800 Subject: [PATCH] luci-app-dockerman: Use apk compatible versioning Adjust versioning for apk compatibility. Also set date to last change (of dependencies). Signed-off-by: Hannu Nyman --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ac3550..8cebfc5 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ PKG_LICENSE:=AGPL-3.0 PKG_MAINTAINER:=lisaac \ Florian Eckert -PKG_VERSION:=v0.5.13-20240317 +PKG_VERSION:=0.5.13.20241008 include $(TOPDIR)/feeds/luci/luci.mk