From 41f1bcb0a0fcb6895b455226b9268f5481769eff Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 14 Jan 2024 14:07:45 +0800 Subject: [PATCH] rclone: Update to 1.65.1 Signed-off-by: Tianling Shen (cherry picked from commit 05b61b3b6d8c3e2ab8f20e8b08932adfd25fbc3a) --- net/rclone/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 30584956f0..944588cb1d 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rclone -PKG_VERSION:=1.65.0 +PKG_VERSION:=1.65.1 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:=22a15cbc381bab351c0698c83c1666344a07e1bde39ba44f33b95c5fb22cfaf4 +PKG_HASH:=e16f7f6b81865c7f719d4b214ea45a0608ada71d9b9b6f65c6ead21128cbc8fe PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -- 2.30.2