zfs: update to 2.2.5.

This commit is contained in:
Zach Dykstra 2024-08-20 12:12:28 -05:00 committed by classabbyamp
parent 037c4b7be0
commit cf653206ef
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'zfs'
pkgname=zfs
version=2.2.4
revision=2
version=2.2.5
revision=1
build_style=gnu-configure
configure_args="--with-config=user --with-mounthelperdir=/usr/bin
--with-udevdir=/usr/lib/udev --with-udevruledir=/usr/lib/udev/rules.d
--with-dracutdir=/usr/lib/dracut --with-tirpc"
hostmakedepends="dracut libtool pkg-config python3 automake"
hostmakedepends="dracut libtool pkg-config python3 automake tar"
makedepends="pam-devel zlib-devel libuuid-devel libblkid-devel libtirpc-devel attr-devel"
depends="dkms>=2.2.0.3_9 perl python3 xbps-triggers>=0.121_1
libzfs>=${version}_${revision}"
@ -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=9790905f7683d41759418e1ef3432828c31116654ff040e91356ff1c21c31ec0
checksum=2388cf6f29cd75e87d6d05e4858a09d419c4f883a658d51ef57796121cd08897
# dkms must be before initramfs-regenerate to build modules before images
triggers="dkms initramfs-regenerate"
dkms_modules="zfs ${version}"