diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2021-10-25 19:59:49 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-11-03 08:12:07 -0700 |
commit | f712dc311e7c9b76b324e826f85eb2a5dfe33e62 (patch) | |
tree | c9abd31b05a8a19e75557c4cb4a3f26b1d461e7f /net/rclone/Makefile | |
parent | cb54cef066ea2860f30f53ab17968221605443e0 (diff) |
rclone: Update to 1.57.0
- Disabled unused plugins and re-enabled CGO.
- Fixed test script
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/rclone/Makefile')
-rw-r--r-- | net/rclone/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/rclone/Makefile b/net/rclone/Makefile index fdc8fc8cb..bb473c1b3 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rclone -PKG_VERSION:=1.56.2 +PKG_VERSION:=1.57.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:=a5b0b7dfe17d9ec74e3a33415eec4331c61d800d8823621e61c6164e8f88c567 +PKG_HASH:=294f7a6b0874509997d3a9ffae7c74f0c45b687df0ac7d7742f284ad3814fe55 PKG_LICENSE:=MIT PKG_LICENSE_FILE:=LICENSE @@ -61,9 +61,6 @@ define Package/rclone-config/conffiles /etc/config/rclone endef -# Disable CGO due to ld linker issue -GO_PKG_TARGET_VARS:=$(filter-out CGO_ENABLED=%,$(GO_PKG_TARGET_VARS)) CGO_ENABLED=0 - define Package/rclone/install $(call GoPackage/Package/Install/Bin,$(PKG_INSTALL_DIR)) $(INSTALL_DIR) $(1)/usr/bin/ |