From fccc39d705e53b8028c14f55b6762c43e8f1f19f Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Thu, 2 Jan 2025 17:41:02 -0600 Subject: [PATCH] fuse-overlayfs: update to 1.14 Signed-off-by: W. Michael Petullo --- utils/fuse-overlayfs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/fuse-overlayfs/Makefile b/utils/fuse-overlayfs/Makefile index 3d52aa3cf1..c7da9ffdc0 100644 --- a/utils/fuse-overlayfs/Makefile +++ b/utils/fuse-overlayfs/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fuse-overlayfs -PKG_VERSION:=1.13 +PKG_VERSION:=1.14 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/containers/fuse-overlayfs/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=96d10344921d5796bcba7a38580ae14a53c4e60399bb90b238ac5a10b3bb65b2 +PKG_HASH:=0779d1ee8fbb6adb48df40e54efa9c608e1d7bbd844800a4c32c110d5fcbe9f2 PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=GPL-3.0-or-later -- 2.30.2