diff --git a/luci-app-dnsproxy/Makefile b/luci-app-dnsproxy/Makefile index 7e5fc9155..0e10ad11a 100644 --- a/luci-app-dnsproxy/Makefile +++ b/luci-app-dnsproxy/Makefile @@ -1,6 +1,6 @@ -# Copyright (C) 2023 muink +# SPDX-License-Identifier: Apache-2.0 # -# This is free software, licensed under the Apache License, Version 2.0 +# Copyright (C) 2023-2024 muink include $(TOPDIR)/rules.mk diff --git a/luci-app-fchomo/Makefile b/luci-app-fchomo/Makefile index c83b0a0be..531b5e805 100644 --- a/luci-app-fchomo/Makefile +++ b/luci-app-fchomo/Makefile @@ -1,3 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Copyright (C) 2024 Anya Lin + include $(TOPDIR)/rules.mk LUCI_TITLE:=FullCombo Mihomo supplies maximum customization on OpenWrt. diff --git a/luci-app-tinyfilemanager/Makefile b/luci-app-tinyfilemanager/Makefile index 1d0534cf2..cb604e948 100644 --- a/luci-app-tinyfilemanager/Makefile +++ b/luci-app-tinyfilemanager/Makefile @@ -1,9 +1,7 @@ -# Tiny File Manager by prasathmani +# SPDX-License-Identifier: GPL-3.0 +# # Copyright (C) 2022-2024 muink -# -# This is free software, licensed under the GNU General Public License v3. -# See /LICENSE for more information. -# + include $(TOPDIR)/rules.mk LUCI_NAME:=luci-app-tinyfilemanager @@ -15,6 +13,9 @@ LUCI_DEPENDS:=+php8 +php8-cgi +php8-fastcgi +php8-fpm +php8-mod-session +php8-mo LUCI_DESCRIPTION:=A Web based File Manager in PHP +PKG_MAINTAINER:=Anya Lin +PKG_LICENSE:=GPL-3.0 + PKG_UNPACK=$(CURDIR)/.prepare.sh $(PKG_NAME) $(CURDIR) $(PKG_BUILD_DIR) define Package/$(LUCI_NAME)/conffiles diff --git a/v2ray-geodata/Makefile b/v2ray-geodata/Makefile index da56537aa..330053e3d 100644 --- a/v2ray-geodata/Makefile +++ b/v2ray-geodata/Makefile @@ -12,13 +12,13 @@ PKG_MAINTAINER:=Tianling Shen include $(INCLUDE_DIR)/package.mk -GEOIP_VER:=202412120057 +GEOIP_VER:=202412190056 GEOIP_FILE:=geoip.dat.$(GEOIP_VER) define Download/geoip URL:=https://github.com/v2fly/geoip/releases/download/$(GEOIP_VER)/ URL_FILE:=geoip.dat FILE:=$(GEOIP_FILE) - HASH:=5a184de8e36b5b131e405eb1078856703c0727f097636529cbbe47f38f2fe92d + HASH:=b75b994afcbb82f0b417001c015fa64e832bb6e66faf3a69ad4e423c9b29a463 endef GEOSITE_VER:=20241210004721