1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-03-14 16:33:00 +01:00

chore: update db checksum
All checks were successful
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 25s

This commit is contained in:
aclist 2025-01-07 21:39:16 +09:00
parent a070e9fc65
commit c8f7a32284

View file

@ -636,7 +636,7 @@ fetch_helpers_by_sum(){
} }
fetch_geo_file(){ fetch_geo_file(){
# for binary releases # for binary releases
local geo_sum="7b6668eb4535bb432acb42016ba9cc47" local geo_sum="28ccd75b3e03cf07a7011f22ef0cd69b"
local km_sum="b038fdb8f655798207bd28de3a004706" local km_sum="b038fdb8f655798207bd28de3a004706"
local gzip="$helpers_path/ips.csv.gz" local gzip="$helpers_path/ips.csv.gz"
if [[ ! -f $geo_file ]] || [[ $(get_hash $geo_file) != $geo_sum ]]; then if [[ ! -f $geo_file ]] || [[ $(get_hash $geo_file) != $geo_sum ]]; then