From ad3b4be54d87138cbad3c96aa04da19a4376793b Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 10 Sep 2024 21:01:35 +0800 Subject: [PATCH] rclone: Update to 1.68.0 Signed-off-by: Tianling Shen (cherry picked from commit 59986cf970e5e5fdff1c579996ebb7eec7e05dbe) --- net/rclone/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 513b358bce..96af98b447 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rclone -PKG_VERSION:=1.66.0 +PKG_VERSION:=1.68.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:=9249391867044a0fa4c5a948b46a03b320706b4d5c4d59db9d4aeff8d47cade2 +PKG_HASH:=6e0acbef1c9d21d7a4d53d876c374466de0966f2a1994a8ae448ea0c179ccc6a PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -- 2.30.2