luci: sing-box api url do not use pre version

This commit is contained in:
xiaorouji 2024-03-17 19:33:28 +08:00 committed by sbwml
parent bf1213db32
commit ae50fb5f5b

View File

@ -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",