Skip to content

Commit 53c4bc1

Browse files
committed
perf: client pkg rename
1 parent 850000d commit 53c4bc1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ clients=(
4444
"JumpServerClient-${CLIENT_VERSION}-1.x86_64.rpm"
4545
)
4646
for client in "${clients[@]}"; do
47-
wget "https://github.com/jumpserver/clients/releases/download/${CLIENT_VERSION}/${client}"
47+
wget "https://github.com/jumpserver/clients/releases/download/v${CLIENT_VERSION}/${client}"
4848
done
4949

5050
for arch in x64 arm64; do

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ OPENSSH_VERSION=v9.4.0.0
1111
MONGOSH_VERSION=2.2.12
1212
TINKER_VERSION=v0.2.2
1313
VIDEO_PLAYER_VERSION=0.6.0
14-
CLIENT_VERSION=v4.0.0
14+
CLIENT_VERSION=4.0.0

0 commit comments

Comments
 (0)