From 701b4315c5b34a2829ffe765879fa8450d245b7d Mon Sep 17 00:00:00 2001 From: Houshmand <77535700+houshmand-2005@users.noreply.github.com> Date: Fri, 31 May 2024 16:40:37 +0330 Subject: [PATCH] update v2iplimit version --- v2iplimit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2iplimit.sh b/v2iplimit.sh index c9ebb1a..5037235 100644 --- a/v2iplimit.sh +++ b/v2iplimit.sh @@ -12,10 +12,10 @@ download_program() { local filename if [ "$architecture" == "x86_64" ]; then - url="https://github.com/houshmand-2005/V2IpLimit/releases/download/1.0.0/v2iplimit_amd64_linux.bin" + url="https://github.com/houshmand-2005/V2IpLimit/releases/download/1.0.3/v2iplimit_amd64_linux.bin" filename="v2iplimit_amd64.bin" elif [ "$architecture" == "aarch64" ]; then - url="https://github.com/houshmand-2005/V2IpLimit/releases/download/1.0.0/v2iplimit_arm64_linux.bin" + url="https://github.com/houshmand-2005/V2IpLimit/releases/download/1.0.3/v2iplimit_arm64_linux.bin" filename="v2iplimit_arm64.bin" else echo "Unsupported architecture: $architecture"