diff --git a/deb/xray/Makefile b/deb/xray/Makefile index c1a42cb..380e747 100644 --- a/deb/xray/Makefile +++ b/deb/xray/Makefile @@ -1,12 +1,12 @@ ARCH=$(shell uname -m) -VERSION?=1.8.16 -GO_VERSION:=1.22.5 +VERSION?=24.11.30 +GO_VERSION:=1.23.3 SHELL:=/bin/bash GO_BASE_IMAGE=golang GO_IMAGE?=$(GO_BASE_IMAGE):$(GO_VERSION)-bookworm EPOCH?= REPO?=https://github.com/xtls/xray-core.git -REF?=v1.8.16 +REF?=v24.11.30 CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown ifdef BUILD_IMAGE @@ -47,7 +47,7 @@ help: ## show make targets .PHONY: checkout-src checkout-src: src/github.com/xtls/xray - ./checkout.sh src/github.com/xtls/xray "$(REF)" + ../checkout.sh src/github.com/xtls/xray "$(REF)" @curl -sSLo src/github.com/xtls/xray/geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat @curl -sSLo src/github.com/xtls/xray/geosite.dat https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat diff --git a/deb/xray/common/xray.install b/deb/xray/common/xray.install deleted file mode 100644 index 6381938..0000000 --- a/deb/xray/common/xray.install +++ /dev/null @@ -1,2 +0,0 @@ -debian/xray.service lib/systemd/system/ -debian/xray@.service lib/systemd/system/