diff options
Diffstat (limited to 'package/libfuse3')
-rw-r--r-- | package/libfuse3/libfuse3.hash | 2 | ||||
-rw-r--r-- | package/libfuse3/libfuse3.mk | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/package/libfuse3/libfuse3.hash b/package/libfuse3/libfuse3.hash index 8fd37ff47a..9b2f8cc144 100644 --- a/package/libfuse3/libfuse3.hash +++ b/package/libfuse3/libfuse3.hash @@ -1,3 +1,3 @@ # Locally calculated sha256 checksums -sha256 9e076ae757a09cac9ce1beb50b3361ae83a831e5abc0f1bf5cdf771cd1320338 libfuse3-3.9.4.tar.gz +sha256 a16f93cc083264afd0d2958a0dc88f24c6c5d40a9f3842c645b1909e13edb75f libfuse3-3.10.2.tar.gz sha256 b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad LICENSE diff --git a/package/libfuse3/libfuse3.mk b/package/libfuse3/libfuse3.mk index 6e679fe5a8..f805eda506 100644 --- a/package/libfuse3/libfuse3.mk +++ b/package/libfuse3/libfuse3.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBFUSE3_VERSION = 3.9.4 +LIBFUSE3_VERSION = 3.10.2 LIBFUSE3_SITE = $(call github,libfuse,libfuse,fuse-$(LIBFUSE3_VERSION)) LIBFUSE3_LICENSE = LGPL-2.1 LIBFUSE3_LICENSE_FILES = LICENSE @@ -23,4 +23,8 @@ define LIBFUSE3_PERMISSIONS /usr/bin/fusermount3 f 4755 0 0 - - - - - endef +define LIBFUSE3_LINUX_CONFIG_FIXUPS + $(call KCONFIG_ENABLE_OPT,CONFIG_FUSE_FS) +endef + $(eval $(meson-package)) |