From 5be827d9f9eab4c449a3d3bc9e6aa012bc2110cb Mon Sep 17 00:00:00 2001 From: liuran001 <32791471+liuran001@users.noreply.github.com> Date: Tue, 23 Jun 2020 23:12:25 +0800 Subject: [PATCH] fix baidupcs-go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复baidupcs-go下载链接 --- package/lean/baidupcs-web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/baidupcs-web/Makefile b/package/lean/baidupcs-web/Makefile index a0fe47182..cf4caadc9 100644 --- a/package/lean/baidupcs-web/Makefile +++ b/package/lean/baidupcs-web/Makefile @@ -62,7 +62,7 @@ endif PKG_SOURCE:=BaiduPCS-Go-v$(PKG_VERSION)-linux-$(PKG_ARCH_BAIDUPCS-WEB).zip -PKG_SOURCE_URL:=https://github.com/Erope/baidupcs-web/releases/download/$(PKG_VERSION)/ +PKG_SOURCE_URL:=https://www.shinenet.cn/down/ UNZIP_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)-unzip -- GitLab