diff options
Diffstat (limited to 'security/xray-core/Makefile')
-rw-r--r-- | security/xray-core/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/xray-core/Makefile b/security/xray-core/Makefile index 52570c54d9cb..6030334ae8fc 100644 --- a/security/xray-core/Makefile +++ b/security/xray-core/Makefile @@ -1,9 +1,10 @@ PORTNAME= xray-core DISTVERSIONPREFIX= v -DISTVERSION= 25.3.6 +DISTVERSION= 25.7.26 +PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= https://github.com/v2fly/geoip/releases/download/202503050126/:geoip \ - https://github.com/v2fly/domain-list-community/releases/download/20250307074130/:geosite +MASTER_SITES= https://github.com/v2fly/geoip/releases/download/202507050144/:geoip \ + https://github.com/v2fly/domain-list-community/releases/download/20250627153051/:geosite DISTFILES= geoip.dat:geoip \ dlc.dat:geosite EXTRACT_ONLY= XTLS-Xray-core-v${DISTVERSION}_GH0.tar.gz |