From 1e2458e9e885f1997bab80db29bc94b53b12b254 Mon Sep 17 00:00:00 2001 From: Houshmand <77535700+houshmand-2005@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:38:09 +0330 Subject: [PATCH] update v2iplimit.sh version --- v2iplimit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2iplimit.sh b/v2iplimit.sh index 5037235..2809098 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.3/v2iplimit_amd64_linux.bin" + url="https://github.com/houshmand-2005/V2IpLimit/releases/download/1.0.4/v2iplimit_amd64_linux.bin" filename="v2iplimit_amd64.bin" elif [ "$architecture" == "aarch64" ]; then - url="https://github.com/houshmand-2005/V2IpLimit/releases/download/1.0.3/v2iplimit_arm64_linux.bin" + url="https://github.com/houshmand-2005/V2IpLimit/releases/download/1.0.4/v2iplimit_arm64_linux.bin" filename="v2iplimit_arm64.bin" else echo "Unsupported architecture: $architecture"