From 5163b4e15ebed72a3036a983cfac143226911e17 Mon Sep 17 00:00:00 2001 From: breakings Date: Sat, 30 Jul 2022 22:39:50 +0800 Subject: [PATCH] rclone: update to 1.59.0 (#489) Release note: https://rclone.org/changelog/#v1-59-0-2022-07-09 Signed-off-by: ZiMing Mo Co-authored-by: ZiMing Mo --- net/rclone/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 78b33d07..d4e901d6 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rclone -PKG_VERSION:=1.58.1 +PKG_VERSION:=1.59.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/rclone/rclone/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=b1fe94642547d63ce52cdc49a06696e8b478a04ca100ab4ab1c92ff7157177a9 +PKG_HASH:=01b2aa4f6dfafcda11026a5aa024dd86ae6bd337fa54269dfac97c80fe280d7a PKG_LICENSE:=MIT PKG_LICENSE_FILE:=LICENSE