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