From 9aabb0fcfb38da699331506662b9bded673c4668 Mon Sep 17 00:00:00 2001 From: xJayMorex Date: Mon, 3 Aug 2026 17:39:26 +0200 Subject: [PATCH] lxcfs: update to 7.0.0 --- srcpkgs/lxcfs/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lxcfs/template b/srcpkgs/lxcfs/template index 729083e10b7d8a..4c318fc56f5d6f 100644 --- a/srcpkgs/lxcfs/template +++ b/srcpkgs/lxcfs/template @@ -1,17 +1,18 @@ # Template file for 'lxcfs' pkgname=lxcfs -version=6.0.3 +version=7.0.0 revision=1 build_style=meson configure_args="-Dinit-script=" hostmakedepends="pkg-config python3-Jinja2 help2man" -makedepends="fuse-devel" +makedepends="fuse3-devel" short_desc="FUSE filesystem for LXC" maintainer="Orphaned " license="Apache-2.0" homepage="https://linuxcontainers.org/lxcfs/" +changelog="https://github.com/lxc/lxcfs/releases" distfiles="https://linuxcontainers.org/downloads/lxcfs/lxcfs-${version}.tar.gz" -checksum=886484d4a74d33dfa285635d5ebef20b0686a64901d23e00dc0f4496c10c1114 +checksum=89a5ac0e98cfae6aad26d00e0e977affe810865ebccd4c4cf9422f980ade5624 make_dirs="/var/lib/lxcfs 0755 root root"