diff --git a/bin/Country.mmdb b/bin/Country.mmdb index 6f1d6d2..b60585b 100644 Binary files a/bin/Country.mmdb and b/bin/Country.mmdb differ diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index 3fc3abd..2f5bd57 100644 Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ diff --git a/bin/version b/bin/version index 5ffe6cc..cfb1fdf 100644 --- a/bin/version +++ b/bin/version @@ -1,2 +1,2 @@ -GeoIP_v=20200908 +GeoIP_v=20200913 versionsh=1.0.0.beta5 diff --git a/scripts/getdate.sh b/scripts/getdate.sh index d3b546b..d32c4a5 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -437,7 +437,7 @@ cpucore=$(uname -ms | tr ' ' '_' | tr '[A-Z]' '[a-z]') [ -n "$(echo $cpucore | grep -E "linux.*armv7.*")" ] && cpucore="armv7" [ -n "$(echo $cpucore | grep -E "linux.*mips.*")" ] && cpucore="mipsle-softfloat" [ -n "$(echo $cpucore | grep -E "linux.*x86.*")" ] && cpucore="386" -[ -n "$(echo $cpucore | grep -E "linux.*amd64.*")" ] && cpucore="386" +[ -n "$(echo $cpucore | grep -E "linux.*amd64.*")" ] && cpucore="amd64" ### echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo -e "当前clash核心:\033[47;30m $clashcore \033[46;30m$clashv\033[0m"