Skip to content

Commit e9eee9d

Browse files
committed
v2ray-geodata: replace project repository
1 parent ebd6a11 commit e9eee9d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/Auto update packages v2.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ jobs:
212212
hash_head: \ HASH:=
213213
version_line:
214214
hash_line: 21
215-
release_api_command: curl -sL "https://api.github.com/repos/v2fly/geoip/releases" | jq -r 'map(select(.prerelease|not)) | first | .tag_name' | sed -e 's/.*v//'
216-
prerelease_api_command: curl -sL "https://api.github.com/repos/v2fly/geoip/releases" | jq -r 'first | .tag_name' | sed -e 's/.*v//'
217-
release_download_url: https://github.com/v2fly/geoip/releases/download/
215+
release_api_command: curl -sL "https://api.github.com/repos/Loyalsoldier/geoip/releases" | jq -r 'map(select(.prerelease|not)) | first | .tag_name' | sed -e 's/.*v//'
216+
prerelease_api_command: curl -sL "https://api.github.com/repos/Loyalsoldier/geoip/releases" | jq -r 'first | .tag_name' | sed -e 's/.*v//'
217+
release_download_url: https://github.com/Loyalsoldier/geoip/releases/download/
218218
file_name: /geoip.dat
219219

220220
- pakcages: v2ray-geosite
@@ -223,10 +223,10 @@ jobs:
223223
hash_head: \ HASH:=
224224
version_line:
225225
hash_line: 30
226-
release_api_command: curl -sL "https://api.github.com/repos/v2fly/domain-list-community/releases" | jq -r 'map(select(.prerelease|not)) | first | .tag_name' | sed -e 's/.*v//'
227-
prerelease_api_command: curl -sL "https://api.github.com/repos/v2fly/domain-list-community/releases" | jq -r 'first | .tag_name' | sed -e 's/.*v//'
228-
release_download_url: https://github.com/v2fly/domain-list-community/releases/download/
229-
file_name: /dlc.dat
226+
release_api_command: curl -sL "https://api.github.com/repos/Loyalsoldier/v2ray-rules-dat/releases" | jq -r 'map(select(.prerelease|not)) | first | .tag_name' | sed -e 's/.*v//'
227+
prerelease_api_command: curl -sL "https://api.github.com/repos/Loyalsoldier/v2ray-rules-dat/releases" | jq -r 'first | .tag_name' | sed -e 's/.*v//'
228+
release_download_url: https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/
229+
file_name: /geosite.dat
230230

231231
# - pakcages: dns2tcp
232232
# folder: dns2tcp

v2ray-geodata/Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
1212

1313
include $(INCLUDE_DIR)/package.mk
1414

15-
GEOIP_VER:=202507050144
15+
GEOIP_VER:=202507240022
1616
GEOIP_FILE:=geoip.dat.$(GEOIP_VER)
1717
define Download/geoip
18-
URL:=https://github.com/v2fly/geoip/releases/download/$(GEOIP_VER)/
18+
URL:=https://github.com/Loyalsoldier/geoip/releases/download/$(GEOIP_VER)/
1919
URL_FILE:=geoip.dat
2020
FILE:=$(GEOIP_FILE)
21-
HASH:=d77289a7465b6e59df39a2d46bd02b30b4fa7dd70939c13d431fd2bd8f448e10
21+
HASH:=cae815ea6823e892e15666983b5ebaebb06eea4b6dbca9353846ecd8fbc41c34
2222
endef
2323

24-
GEOSITE_VER:=20250627153051
25-
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
24+
GEOSITE_VER:=202507292215
25+
GEOSITE_FILE:=geosite.dat.$(GEOSITE_VER)
2626
define Download/geosite
27-
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
28-
URL_FILE:=dlc.dat
27+
URL:=https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/$(GEOSITE_VER)/
28+
URL_FILE:=geosite.dat
2929
FILE:=$(GEOSITE_FILE)
30-
HASH:=01dae2a9c31b5c74ba7e54d8d51e0060688ed22da493eaf09f6eeeec89db395e
30+
HASH:=c925d46c53ff7ce91ffdfa303f209063e88da46dc4fc4982189286fcff8c9834
3131
endef
3232

3333
define Package/v2ray-geodata/template

0 commit comments

Comments
 (0)