diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-03-17 13:17:38 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2023-03-17 13:17:38 +0800 |
commit | 392a68e24774294590abf9c08ea1832f2cee190d (patch) | |
tree | 85b1cdfe3f4867f970eb966c9b187d9588f22627 | |
parent | c6eb1c025c4f84b973aab2936e89006ec731ab6d (diff) |
rclone: Update to 1.62.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
-rw-r--r-- | net/rclone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rclone/Makefile b/net/rclone/Makefile index e0b5518fd..43806bfbc 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rclone -PKG_VERSION:=1.61.1 +PKG_VERSION:=1.62.2 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:=f9fb7bae1f19896351db64e3713b67bfd151c49b2b28e6c6233adf67dbc2c899 +PKG_HASH:=6741c81ae5b5cb48a04055f280f6e220ed4b35d26fe43f59510d0f7740044748 PKG_LICENSE:=MIT PKG_LICENSE_FILE:=LICENSE |