From fb775ce304bd93e586a738119dd47140cc204a6f Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Mon, 16 Dec 2019 23:51:59 -0800 Subject: [PATCH] BaiduPCS-Web: update to v3.7.0 --- package/lean/BaiduPCS-Web/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package/lean/BaiduPCS-Web/Makefile b/package/lean/BaiduPCS-Web/Makefile index 447238c69..577fd1b7e 100644 --- a/package/lean/BaiduPCS-Web/Makefile +++ b/package/lean/BaiduPCS-Web/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=BaiduPCS-Web -PKG_VERSION:=3.6.8 +PKG_VERSION:=3.7.0 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk @@ -43,10 +43,6 @@ ifeq ($(ARCH),arm) PKG_ARCH_BAIDUPCS-WEB:=arm endif -ifeq ($(ARCH),arm64) - PKG_ARCH_BAIDUPCS-WEB:=arm64 -endif - ifeq ($(ARCH),aarch64) PKG_ARCH_BAIDUPCS-WEB:=arm64 endif