update 2024-12-19 12:24:43

This commit is contained in:
kenzok8 2024-12-19 12:24:43 +08:00
parent 464f01e91e
commit bf3d0fe2dc
4 changed files with 14 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Copyright (C) 2023 muink <https://github.com/muink>
# SPDX-License-Identifier: Apache-2.0
#
# This is free software, licensed under the Apache License, Version 2.0
# Copyright (C) 2023-2024 muink <https://github.com/muink>
include $(TOPDIR)/rules.mk

View File

@ -1,3 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (C) 2024 Anya Lin <hukk1996@gmail.com>
include $(TOPDIR)/rules.mk
LUCI_TITLE:=FullCombo Mihomo supplies maximum customization on OpenWrt.

View File

@ -1,9 +1,7 @@
# Tiny File Manager by prasathmani <https://tinyfilemanager.github.io>
# SPDX-License-Identifier: GPL-3.0
#
# Copyright (C) 2022-2024 muink <https://github.com/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 <hukk1996@gmail.com>
PKG_LICENSE:=GPL-3.0
PKG_UNPACK=$(CURDIR)/.prepare.sh $(PKG_NAME) $(CURDIR) $(PKG_BUILD_DIR)
define Package/$(LUCI_NAME)/conffiles

View File

@ -12,13 +12,13 @@ PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
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