update 2026-08-09 00:26:02

This commit is contained in:
action
2026-08-09 00:26:02 +08:00
parent 2a09d6ce42
commit 62707c2029
26 changed files with 239 additions and 183 deletions
@@ -85,7 +85,7 @@ local function fetch_geofile(geo_name, geo_type, url)
local tmp_path = "/tmp/" .. geo_name
local asset_path = asset_location .. geo_name
local down_filename = url:match("^.*/([^/?#]+)")
local sha_url = url:gsub(down_filename, down_filename .. ".sha256sum")
local sha_url = url:gsub((down_filename:gsub("(%W)", "%%%1")), down_filename .. ".sha256sum")
local sha_path = tmp_path .. ".sha256sum"
local function verify_sha256(sha_file)