aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/fuse3/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/utils/fuse3/Makefile b/utils/fuse3/Makefile
index 3a47a8a76..81541493d 100644
--- a/utils/fuse3/Makefile
+++ b/utils/fuse3/Makefile
@@ -9,17 +9,19 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=fuse3
-PKG_VERSION:=3.10.5
-PKG_RELEASE:=2
+PKG_VERSION:=3.16.2
+PKG_RELEASE:=1
-PKG_SOURCE:=fuse-$(PKG_VERSION).tar.xz
+PKG_SOURCE:=fuse-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/libfuse/libfuse/releases/download/fuse-$(PKG_VERSION)
-PKG_HASH:=b2e283485d47404ac896dd0bb7f7ba81e1470838e677e45f659804c3a3b69666
+PKG_HASH:=f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87
PKG_BUILD_DIR:=$(BUILD_DIR)/fuse-$(PKG_VERSION)
PKG_MAINTAINER:=
PKG_CPE_ID:=cpe:/a:fuse_project:fuse
+PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_fuse3-utils
+
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/meson.mk