mirror of https://github.com/kenzok8/small.git
update 2023-11-11 20:30:13
This commit is contained in:
parent
a83599fc84
commit
d850debc40
|
@ -6,12 +6,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sing-box
|
||||
PKG_VERSION:=1.6.0
|
||||
PKG_VERSION:=1.6.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=3272c9ac447d009749429f38d76e9879609c0c321442c3235ba806d995c0838a
|
||||
PKG_HASH:=3bebd23dd5d4734a90fb8821b3c2c0be0fd34800d10e6a4e0db95e06578cca1c
|
||||
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
|
|
@ -21,13 +21,13 @@ define Download/geoip
|
|||
HASH:=252e4662ebb9071c964eb0064fed858eafbab84df88f480151e698f5cf0f7aee
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20231107072417
|
||||
GEOSITE_VER:=20231111102941
|
||||
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:=83e9570c39a4d140592fb5354b826ef45b23058aec622a0018eec6504d8f182c
|
||||
HASH:=1099fd8441c9c08a0effa8b35571bad833086767b181592b4f7be867e29b100c
|
||||
endef
|
||||
|
||||
GEOSITE_IRAN_VER:=202311071100
|
||||
|
|
Loading…
Reference in New Issue