Update comments

This commit is contained in:
Teddysun 2024-12-03 18:51:25 +09:00
parent 42b5fd9277
commit 51a8eccf5e
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D
2 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,12 @@
ARCH=$(shell uname -m) ARCH=$(shell uname -m)
VERSION?=1.8.16 VERSION?=24.11.30
GO_VERSION:=1.22.5 GO_VERSION:=1.23.3
SHELL:=/bin/bash SHELL:=/bin/bash
GO_BASE_IMAGE=golang GO_BASE_IMAGE=golang
GO_IMAGE?=$(GO_BASE_IMAGE):$(GO_VERSION)-bookworm GO_IMAGE?=$(GO_BASE_IMAGE):$(GO_VERSION)-bookworm
EPOCH?= EPOCH?=
REPO?=https://github.com/xtls/xray-core.git 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 CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown
ifdef BUILD_IMAGE ifdef BUILD_IMAGE
@ -47,7 +47,7 @@ help: ## show make targets
.PHONY: checkout-src .PHONY: checkout-src
checkout-src: src/github.com/xtls/xray 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/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 @curl -sSLo src/github.com/xtls/xray/geosite.dat https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat

View File

@ -1,2 +0,0 @@
debian/xray.service lib/systemd/system/
debian/xray@.service lib/systemd/system/