From ae50fb5f5bc1fc6eaefe21d8f1f807ec0173f2ef Mon Sep 17 00:00:00 2001 From: xiaorouji <60100640+xiaorouji@users.noreply.github.com> Date: Sun, 17 Mar 2024 19:33:28 +0800 Subject: [PATCH] luci: sing-box api url do not use pre version --- luci-app-passwall/luasrc/passwall/com.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-passwall/luasrc/passwall/com.lua b/luci-app-passwall/luasrc/passwall/com.lua index b53a1dd78..d19b4acfe 100644 --- a/luci-app-passwall/luasrc/passwall/com.lua +++ b/luci-app-passwall/luasrc/passwall/com.lua @@ -26,7 +26,7 @@ _M.hysteria = { _M.singbox = { name = "Sing-Box", repo = "SagerNet/sing-box", - get_url = gh_pre_release_url, + get_url = gh_release_url, cmd_version = "version | awk '{print $3}' | sed -n 1P", zipped = true, zipped_suffix = "tar.gz",