From e07a7928e427b8f1340f5c23c823f0c2a25029e2 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 21 Jul 2021 00:27:18 -0700 Subject: [PATCH] fuse3: update to 3.10.4 Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev --- utils/fuse3/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/fuse3/Makefile b/utils/fuse3/Makefile index 9dd18a802a..cd0911899f 100644 --- a/utils/fuse3/Makefile +++ b/utils/fuse3/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=fuse3 -PKG_VERSION:=3.10.1 -PKG_RELEASE:=1 +PKG_VERSION:=3.10.4 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=fuse-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/libfuse/libfuse/releases/download/fuse-$(PKG_VERSION) -PKG_HASH:=d82d74d4c03e099f806e4bb31483955637c69226576bf0ca9bd142f1d50ae451 +PKG_HASH:=9365b74fd8471caecdb3cc5adf25a821f70a931317ee9103d15bd39089e3590d PKG_BUILD_DIR:=$(BUILD_DIR)/fuse-$(PKG_VERSION) PKG_MAINTAINER:=