From b1940d7feed09e21674a770b0bf90866f72c55d5 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Thu, 1 Dec 2022 20:41:10 -0600 Subject: [PATCH] zfs: update to 2.1.7. --- srcpkgs/zfs/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template index 316002635f0d..8aa64417f93c 100644 --- a/srcpkgs/zfs/template +++ b/srcpkgs/zfs/template @@ -1,7 +1,7 @@ # Template file for 'zfs' pkgname=zfs -version=2.1.6 -revision=2 +version=2.1.7 +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=15339014f8d2131348eb937bf8893849806b6d2645ea607a18c7f117749dbd7a +checksum=6462e63e185de6ff10c64ffa6ed773201a082f9dd13e603d7e8136fcb4aca71b # dkms must be before initramfs-regenerate to build modules before images triggers="dkms initramfs-regenerate" dkms_modules="zfs ${version}"