From 3e7a8ce7e79c45708ac406d5c9ce24a6ee66ebea Mon Sep 17 00:00:00 2001 From: Liangbin Lian <1129525450@qq.com> Date: Mon, 4 Mar 2024 14:21:13 +0800 Subject: [PATCH] luci-app-gogs: fix conffiles (#62) --- applications/luci-app-gogs/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/luci-app-gogs/Makefile b/applications/luci-app-gogs/Makefile index 5028320..4fdf100 100644 --- a/applications/luci-app-gogs/Makefile +++ b/applications/luci-app-gogs/Makefile @@ -2,15 +2,15 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.2-20240113 +PKG_VERSION:=1.0.3-20240304 PKG_RELEASE:= -LUCI_TITLE:=LuCI support for Emby +LUCI_TITLE:=LuCI support for Gogs LUCI_PKGARCH:=all LUCI_DEPENDS:=+lsblk +docker +luci-lib-taskd -define Package/luci-app-emby/conffiles -/etc/config/emby +define Package/luci-app-gogs/conffiles +/etc/config/gogs endef include $(TOPDIR)/feeds/luci/luci.mk