update 2023-05-26 16:22:20

This commit is contained in:
github-actions[bot] 2023-05-26 16:22:20 +08:00
parent 1c3d6aec25
commit 1e5428dabb
2 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=natflow
PKG_VERSION:=20230423
PKG_VERSION:=20230526
PKG_SOURCE_URL:=https://codeload.github.com/ptpt52/natflow/tar.gz/$(PKG_VERSION)?
PKG_HASH:=ddf011339e00b8056c493e3ee957635d104aab7d636fda3230cfc919accc4da6
PKG_HASH:=857345da733e2393477fa8300c4de7d2b0d9e38e4eced76d0fdbfbfa82f836d3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MAINTAINER:=Chen Minqiang <ptpt52@gmail.com>

View File

@ -21,13 +21,13 @@ define Download/geoip
HASH:=c9ff6547c0715645414af758a961cd8a305016df6fe9656b836f7b3ad648a568
endef
GEOSITE_VER:=20230525012341
GEOSITE_VER:=20230525170625
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
define Download/geosite
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
URL_FILE:=dlc.dat
FILE:=$(GEOSITE_FILE)
HASH:=ec69ba26c0b1007a159c1a4ae92bf142c46222fd7b65e1bf4e91f9472e1ef540
HASH:=c65889ccabaccbea21fa8c9bed6e896be53be321e7a3a841f33c170821b7f1af
endef
define Package/v2ray-geodata/template