diff options
Diffstat (limited to 'security/xray-core/Makefile')
-rw-r--r-- | security/xray-core/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/security/xray-core/Makefile b/security/xray-core/Makefile index 7b3b738acd20..52570c54d9cb 100644 --- a/security/xray-core/Makefile +++ b/security/xray-core/Makefile @@ -1,10 +1,9 @@ PORTNAME= xray-core DISTVERSIONPREFIX= v -DISTVERSION= 25.1.30 -PORTREVISION= 3 +DISTVERSION= 25.3.6 CATEGORIES= security -MASTER_SITES= https://github.com/v2fly/geoip/releases/download/202501190004/:geoip \ - https://github.com/v2fly/domain-list-community/releases/download/20250124154827/:geosite +MASTER_SITES= https://github.com/v2fly/geoip/releases/download/202503050126/:geoip \ + https://github.com/v2fly/domain-list-community/releases/download/20250307074130/:geosite DISTFILES= geoip.dat:geoip \ dlc.dat:geosite EXTRACT_ONLY= XTLS-Xray-core-v${DISTVERSION}_GH0.tar.gz @@ -16,16 +15,16 @@ WWW= https://github.com/XTLS/Xray-core LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:1.24,modules USE_GITHUB= yes GH_ACCOUNT= XTLS GH_PROJECT= Xray-core USE_RC_SUBR= xray +GO_MOD_DIST= github GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME} GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ./main:xray -GO_MOD_DIST= github SUB_FILES= pkg-message SUB_LIST= GROUP="${GROUPS}" \ |