shadowsocks-rust: fix if statement

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-02-28 16:27:45 +08:00
parent e5942256e8
commit 1dd5fda2ca

View File

@ -14,9 +14,9 @@ PKG_SOURCE_BODY:=unknown-linux-musl
PKG_SOURCE_FOOTER:=tar.xz
ifeq ($(filter $(ARCH),mips mipsel),)
PKG_SOURCE_URL:=https://github.com/sbwml/shadowsocks-rust-mips/releases/download/v$(PKG_VERSION)/
else
PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-rust/releases/download/v$(PKG_VERSION)/
else
PKG_SOURCE_URL:=https://github.com/sbwml/shadowsocks-rust-mips/releases/download/v$(PKG_VERSION)/
endif
ifeq ($(ARCH),aarch64)