baidupcs-web: fix token and add aira2 support

This commit is contained in:
coolsnowwolf 2020-05-28 17:35:38 +08:00 committed by CN_SZTL
parent 7bad61c59d
commit fbd98a7e74
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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
DEPENDS:=@(aarch64||arm||i386||mips||mipsel||x86_64)
endef
@ -55,9 +55,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