mirror of https://github.com/kenzok8/small.git
update 2023-03-25 02:20:30
This commit is contained in:
parent
01267d4996
commit
9d71a0599d
|
@ -5,12 +5,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=brook
|
||||
PKG_VERSION:=20230401
|
||||
PKG_VERSION:=20230404
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/txthinking/brook/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=332069845b9c205070c0edbddc9e0204187499b97d4d1bda593535d775f556a3
|
||||
PKG_HASH:=1b9a7c45dcc7935d1965049464c664e634cb6283d211208d8ce519138915c0cf
|
||||
|
||||
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
||||
PKG_LICENSE:=GPL-3.0
|
||||
|
|
|
@ -21,13 +21,13 @@ define Download/geoip
|
|||
HASH:=7086861a6016319264248baea07b3fee74d44521f46ead4338f14cb2dd4779a6
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20230324064605
|
||||
GEOSITE_VER:=20230324131400
|
||||
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:=7ae80e8a0804daa3935cd9ef50960237ea79966497517e2b2426cada5700d52e
|
||||
HASH:=7b20a6e466e985f0c6301fb77b00f56367987dd85ef7ea01cb4a72b11d118f89
|
||||
endef
|
||||
|
||||
define Package/v2ray-geodata/template
|
||||
|
|
Loading…
Reference in New Issue