From 35b614c43758cfcac53f54a392e841aff30c4f1b Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 4 Feb 2025 15:25:08 +0800 Subject: [PATCH] rclone: Update to 1.69.0 Signed-off-by: Tianling Shen --- net/rclone/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 22786c5e48..22de347407 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rclone -PKG_VERSION:=1.68.2 -PKG_RELEASE:=2 +PKG_VERSION:=1.69.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:=6c4c1a1702633c7a8f8755a9cfb951c3ae0b7bcc2e210b92e191250b6aae2e9f +PKG_HASH:=9b360793108d0b9a3208dacece76e72f5d9253c6710da1c08a1eb8a91eeb9854 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -- 2.30.2