1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-27 21:02:36 +01:00

chore: update IP records

This commit is contained in:
aclist 2024-04-22 10:44:13 +09:00
parent 88cc8b1f7f
commit ec72772ac4

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -o pipefail
version=5.2.3-rc.1
version=5.2.3-rc.2
#CONSTANTS
aid=221100
@ -579,7 +579,7 @@ fetch_helpers_by_sum(){
}
fetch_geo_file(){
# for binary releases
local geo_sum="e7f3b25223ac4dfd5e30a0b55bb3ff6c"
local geo_sum="7b6668eb4535bb432acb42016ba9cc47"
local km_sum="b038fdb8f655798207bd28de3a004706"
local gzip="$helpers_path/ips.csv.gz"
if [[ ! -f $geo_file ]] || [[ $(get_hash $geo_file) != $geo_sum ]]; then