diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-07-04 16:04:54 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2023-07-04 16:04:54 +0800 |
commit | 952844c976bae289c603f9c93662a08f6ff49290 (patch) | |
tree | 7dbc1d3bd99afc376fa34f1de0cba391418d80c8 /net/rclone/Makefile | |
parent | 207d01c3a918bf6452c5962660a605bb0d8b8d6b (diff) |
rclone: Update to 1.63.0
While at it fixed a typo error of license files variable.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/rclone/Makefile')
-rw-r--r-- | net/rclone/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 731a0582e..cd5e4d02c 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -6,15 +6,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rclone -PKG_VERSION:=1.62.2 +PKG_VERSION:=1.63.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:=6741c81ae5b5cb48a04055f280f6e220ed4b35d26fe43f59510d0f7740044748 +PKG_HASH:=755af528052f946e8d41a3e96e5dbf8f03ecfe398f9d0fdeb7ca1a59208a75db PKG_LICENSE:=MIT -PKG_LICENSE_FILE:=LICENSE +PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Elon Huang <elonhhuang@gmail.com> \ Tianling Shen <cnsztl@immortalwrt.org> |