package/fuse-overlayfs: bump version to v1.13

Updated hash for COPYING.

The license changed to GPL-2.0+ in v1.12

https://github.com/containers/fuse-overlayfs/releases/tag/v1.13

Signed-off-by: Christian Stewart <christian@aperture.us>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Christian Stewart 2024-03-31 01:08:29 -07:00 committed by Yann E. MORIN
parent 300917542d
commit 6748b4d35f
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Locally computed
sha256 320a411425414679736dcb7f3b05146430ca4af20ded0096c69ac3c7540ebca2 fuse-overlayfs-1.11.tar.gz
sha256 96d10344921d5796bcba7a38580ae14a53c4e60399bb90b238ac5a10b3bb65b2 fuse-overlayfs-1.13.tar.gz
# Locally computed
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING

View File

@ -4,9 +4,9 @@
#
################################################################################
FUSE_OVERLAYFS_VERSION = 1.11
FUSE_OVERLAYFS_VERSION = 1.13
FUSE_OVERLAYFS_SITE = $(call github,containers,fuse-overlayfs,v$(FUSE_OVERLAYFS_VERSION))
FUSE_OVERLAYFS_LICENSE = GPL-3.0
FUSE_OVERLAYFS_LICENSE = GPL-2.0+
FUSE_OVERLAYFS_LICENSE_FILES = COPYING
FUSE_OVERLAYFS_AUTORECONF = YES