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