aboutsummaryrefslogtreecommitdiff
path: root/net/rclone/Makefile
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2022-03-19 16:25:17 +0800
committerRosen Penev <rosenp@gmail.com>2022-03-19 11:54:07 -0700
commit546af5266b63ef0cd52cb11879fce96fc4e8537d (patch)
tree0e0923dbd39946534c51e67187839780db47a7c2 /net/rclone/Makefile
parente88747ef905dcc23ae473a23dd0190b6170cdab3 (diff)
rclone: Update to 1.58.0
Added missing call for rclone-config. Refreshed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/rclone/Makefile')
-rw-r--r--net/rclone/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rclone/Makefile b/net/rclone/Makefile
index bb473c1b3..abb724eab 100644
--- a/net/rclone/Makefile
+++ b/net/rclone/Makefile
@@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rclone
-PKG_VERSION:=1.57.0
+PKG_VERSION:=1.58.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:=294f7a6b0874509997d3a9ffae7c74f0c45b687df0ac7d7742f284ad3814fe55
+PKG_HASH:=b3f953a282964d6d73a7278ccb2bb836d9aca855e9dc5fb6f4bc986b0e5656fa
PKG_LICENSE:=MIT
PKG_LICENSE_FILE:=LICENSE
@@ -48,6 +48,7 @@ define Package/rclone
endef
define Package/rclone-config
+ $(call Package/rclone/Default)
TITLE+= (Config Scripts)
DEPENDS:=+rclone
endef