From ab7e53e9ce11d8fde3d1bc083ace3eb8f246ec83 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 28 May 2020 17:35:38 +0800 Subject: [PATCH] baidupcs-web: fix token and add aira2 support --- package/lean/baidupcs-web/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/lean/baidupcs-web/Makefile b/package/lean/baidupcs-web/Makefile index e938bcc68..f27cf0028 100644 --- a/package/lean/baidupcs-web/Makefile +++ b/package/lean/baidupcs-web/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=baidupcs-web -PKG_VERSION:=3.7.0 +PKG_VERSION:=3.7.1 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk @@ -18,7 +18,7 @@ define Package/$(PKG_NAME) SECTION:=net CATEGORY:=Network TITLE:=BaiduPCS-Web is a web controller for BaiduPCS-Go - URL:=https://github.com/liuzhuoling2011/baidupcs-web + URL:=https://github.com/Erope/baidupcs-web endef @@ -54,9 +54,9 @@ ifeq ($(ARCH),aarch64) endif -PKG_SOURCE:=BaiduPCS-Go-$(PKG_VERSION)-linux-$(PKG_ARCH_BAIDUPCS-WEB).zip +PKG_SOURCE:=BaiduPCS-Go-v$(PKG_VERSION)-linux-$(PKG_ARCH_BAIDUPCS-WEB).zip -PKG_SOURCE_URL:=https://github.com/liuzhuoling2011/baidupcs-web/releases/download/$(PKG_VERSION)/ +PKG_SOURCE_URL:=https://github.com/Erope/baidupcs-web/releases/download/$(PKG_VERSION)/ UNZIP_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)-unzip