From: W. Michael Petullo Date: Fri, 30 May 2025 13:42:52 +0000 (-0500) Subject: fuse-overlayfs: update to 1.15 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b4cfc18dbb8917c9b3a8cace7fb74d1de842d378;p=feed%2Fpackages.git fuse-overlayfs: update to 1.15 Upstream list of changes is available at https://github.com/containers/fuse-overlayfs/releases/tag/v1.15. Signed-off-by: W. Michael Petullo --- diff --git a/utils/fuse-overlayfs/Makefile b/utils/fuse-overlayfs/Makefile index c7da9ffdc0..a5185b433c 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.14 +PKG_VERSION:=1.15 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:=0779d1ee8fbb6adb48df40e54efa9c608e1d7bbd844800a4c32c110d5fcbe9f2 +PKG_HASH:=e4fbbdacbeffb560715e6c74c128aee07a7053a1fec78dc904bcc0a88e2efd67 PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=GPL-3.0-or-later