From 816aae2046a0ad8000a5575ff051b9ea2e1a75db Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Mon, 3 Oct 2022 19:21:41 -0500 Subject: [PATCH] zfs: update to 2.1.6. --- srcpkgs/zfs/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template index 226c46c25fe6..5ed7711352d9 100644 --- a/srcpkgs/zfs/template +++ b/srcpkgs/zfs/template @@ -1,7 +1,7 @@ # Template file for 'zfs' pkgname=zfs -version=2.1.5 -revision=3 +version=2.1.6 +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 @@ -15,7 +15,7 @@ maintainer="Toyam Cox " 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=1913041e5c44ff07ca384346ad8145aeedf77e77cd1cea9ec5d533246691e10c +checksum=15339014f8d2131348eb937bf8893849806b6d2645ea607a18c7f117749dbd7a # dkms must be before initramfs-regenerate to build modules before images triggers="dkms initramfs-regenerate" dkms_modules="zfs ${version}"