mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 09:47:36 +02:00
chore: update IP checksum
This commit is contained in:
parent
317212ed6a
commit
99fbc7a2cc
4
dzgui.sh
4
dzgui.sh
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
|
||||
version=5.7.0-beta.13
|
||||
version=5.7.1-beta.1
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
@ -639,7 +639,7 @@ fetch_helpers_by_sum(){
|
||||
}
|
||||
fetch_geo_file(){
|
||||
# for binary releases
|
||||
local geo_sum="76ec9e25b92022de5d2e9c41baf88772"
|
||||
local geo_sum="83bf7655a4197214b4be73dfa9a7b319"
|
||||
local km_sum="b038fdb8f655798207bd28de3a004706"
|
||||
local gzip="$helpers_path/ips.csv.gz"
|
||||
if [[ ! -f $geo_file ]] || [[ $(get_hash $geo_file) != $geo_sum ]]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user