-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <[email protected]>
- Loading branch information
1 parent
7eef7e3
commit fecdb92
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,31 +12,31 @@ PKG_MAINTAINER:=Tianling Shen <[email protected]> | |
|
||
include $(INCLUDE_DIR)/package.mk | ||
|
||
GEOIP_VER:=202408290048 | ||
GEOIP_VER:=202409120050 | ||
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:=428f8d3c2f65be51afa945a3464b44fde82d509f5df3f1383a5902d1706d1fe4 | ||
HASH:=4ec83c46f84b3efb9856903e7c10d6c21f6515b9e656575c483dcf2a3d80f916 | ||
endef | ||
|
||
GEOSITE_VER:=20240829063032 | ||
GEOSITE_VER:=20240914091803 | ||
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:=acabd214b0a05363f678baba64dfb745ffc551a9dea6d8c15abe0821a0cac5e9 | ||
HASH:=c171f61d3ba8e0dcf31a9548e9fd928a9416e064ad9417664eadda8d25eb6ad9 | ||
endef | ||
|
||
GEOSITE_IRAN_VER:=202408260030 | ||
GEOSITE_IRAN_VER:=202409160034 | ||
GEOSITE_IRAN_FILE:=iran.dat.$(GEOSITE_IRAN_VER) | ||
define Download/geosite-ir | ||
URL:=https://github.com/bootmortis/iran-hosted-domains/releases/download/$(GEOSITE_IRAN_VER)/ | ||
URL_FILE:=iran.dat | ||
FILE:=$(GEOSITE_IRAN_FILE) | ||
HASH:=d95bd88c33b41514400ced2ec117834dd325c24a46c04e82f8c04ef040648f14 | ||
HASH:=d4f7a05bb3c81a52a511a7ea5d2d865adadcb2d0ccdf4dd3a7bca5851d1e9d27 | ||
endef | ||
|
||
define Package/v2ray-geodata/template | ||
|