update-03.06

This commit is contained in:
github-actions[bot] 2022-03-06 20:31:14 +08:00
parent 285585a32b
commit d266263902
2 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=UnblockNeteaseMusic
PKG_BASE_VERSION:=0.27.0-rc.4
PKG_RELEASE:=93
PKG_RELEASE:=94
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/UnblockNeteaseMusic/server.git
PKG_SOURCE_DATE:=2021-12-21
PKG_SOURCE_VERSION:=2b9bee81b9fbdb2c139ff1d08a9db1dba094a0ff
PKG_SOURCE_VERSION:=4d65a27d94ff96f616c5027a4ebb8825d07a4c04
PKG_MIRROR_HASH:=skip
PKG_VERSION:=$(PKG_BASE_VERSION)-$(PKG_SOURCE_DATE)-$(call version_abbrev,$(PKG_SOURCE_VERSION))

View File

@ -19,7 +19,7 @@ if [ $A = Y ];then
fi
if [ "$C" = router ];then
if [ $A = Y ];then
while ! B=$(curl -kLfsm 5 https://cdn.jsdelivr.net/gh/kiddin9/china_ip_list@main/china_ip_list.txt || curl -kLfsm 5 https://cdn.staticaly.com/gh/kiddin9/china_ip_list/main/china_ip_list.txt);do
while ! B=$(curl -kLfs https://cdn.jsdelivr.net/gh/kiddin9/china_ip_list@main/china_ip_list.txt || curl -kLfs https://op.supes.top/all_cn.txt);do
sleep 2
done
fi