Skip to content

Commit 51d383b

Browse files
committed
chore: bump bundled Xray-core to v26.6.1
Update the Xray-core download URLs in the release workflow and DockerInit.sh from v26.5.9 to v26.6.1.
1 parent 2bb9ed1 commit 51d383b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
cd x-ui/bin
113113
114114
# Download dependencies
115-
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.5.9/"
115+
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.6.1/"
116116
if [ "${{ matrix.platform }}" == "amd64" ]; then
117117
wget -q ${Xray_URL}Xray-linux-64.zip
118118
unzip Xray-linux-64.zip
@@ -246,7 +246,7 @@ jobs:
246246
cd x-ui\bin
247247
248248
# Download Xray for Windows
249-
$Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v26.5.9/"
249+
$Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v26.6.1/"
250250
Invoke-WebRequest -Uri "${Xray_URL}Xray-windows-64.zip" -OutFile "Xray-windows-64.zip"
251251
Expand-Archive -Path "Xray-windows-64.zip" -DestinationPath .
252252
Remove-Item "Xray-windows-64.zip"

DockerInit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ case $1 in
2727
esac
2828
mkdir -p build/bin
2929
cd build/bin
30-
curl -sfLRO "https://github.com/XTLS/Xray-core/releases/download/v26.5.9/Xray-linux-${ARCH}.zip"
30+
curl -sfLRO "https://github.com/XTLS/Xray-core/releases/download/v26.6.1/Xray-linux-${ARCH}.zip"
3131
unzip "Xray-linux-${ARCH}.zip"
3232
rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat
3333
mv xray "xray-linux-${FNAME}"

0 commit comments

Comments
 (0)