From 1b75de7e5ca20280ba9e0b4672506abd1a7e2823 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 19 Sep 2023 09:58:18 +0800 Subject: [PATCH] rclone: Update to 1.64.0 Signed-off-by: Tianling Shen --- net/rclone/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 8f5f7b617d..01d253a9a7 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rclone -PKG_VERSION:=1.63.1 +PKG_VERSION:=1.64.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/rclone/rclone/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=84b2b2206abc3cb56056c0b76cceefecef0b5f6ad86b208ca458675632f0edf6 +PKG_HASH:=3297838fdcf611a5ad605835f41c0e51031ce9f220c77a4ad0af6283b7805329 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -- 2.30.2