Skip to content

Commit

Permalink
rclone: add fuse3-utils as dependency
Browse files Browse the repository at this point in the history
rclone has switched to use fuse3 since v1.62.0.

Reported-by: qiuzi <gxfclql@gmail.com>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit df9d076)
  • Loading branch information
1715173329 committed Mar 2, 2024
1 parent 55b7f6f commit 9ccca54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/rclone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=rclone
PKG_VERSION:=1.65.2
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/rclone/rclone/tar.gz/v$(PKG_VERSION)?
Expand Down Expand Up @@ -43,7 +43,7 @@ endef

define Package/rclone
$(call Package/rclone/Default)
DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +fuse-utils
DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +fuse3-utils
USERID:=rclone:rclone
endef

Expand Down

0 comments on commit 9ccca54

Please sign in to comment.