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"