zfs: update to 2.2.4.

This commit is contained in:
Zach Dykstra 2024-05-03 17:14:42 -05:00 committed by Toyam Cox
parent 5b8e9b7443
commit 6070bee24c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'zfs'
pkgname=zfs
version=2.2.3
version=2.2.4
revision=1
build_style=gnu-configure
configure_args="--with-config=user --with-mounthelperdir=/usr/bin
@ -16,7 +16,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="CDDL-1.0"
homepage="https://openzfs.github.io/openzfs-docs/"
distfiles="https://github.com/openzfs/zfs/releases/download/zfs-${version}/zfs-${version}.tar.gz"
checksum=30a512f34ec5c841b8b2b32cc9c1a03fd49391b26c9164d3fb30573fb5d81ac3
checksum=9790905f7683d41759418e1ef3432828c31116654ff040e91356ff1c21c31ec0
# dkms must be before initramfs-regenerate to build modules before images
triggers="dkms initramfs-regenerate"
dkms_modules="zfs ${version}"