Browse Source

Update comments

Teddysun 10 tháng trước cách đây
mục cha
commit
51a8eccf5e
2 tập tin đã thay đổi với 4 bổ sung6 xóa
  1. 4 4
      deb/xray/Makefile
  2. 0 2
      deb/xray/common/xray.install

+ 4 - 4
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
 

+ 0 - 2
deb/xray/common/xray.install

@@ -1,2 +0,0 @@
-debian/xray.service lib/systemd/system/
-debian/[email protected] lib/systemd/system/