system/openzfs: Updated for version 2.1.10.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2023-04-15 12:45:42 +01:00 committed by Willy Sudiarto Raharjo
parent 14c64d65b4
commit ccbf6c31d0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 5 additions and 5 deletions

View file

@ -7,4 +7,4 @@ This package is kernel dependent, so you'll need to recompile it for
every new kernel you choose to run. every new kernel you choose to run.
Please use KERNEL environment variable if target kernel version differs Please use KERNEL environment variable if target kernel version differs
from that's of the build machine, e.g. `export KERNEL=5.15.91`. from that of the build machine, e.g. `export KERNEL=5.15.108`.

View file

@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=openzfs PRGNAM=openzfs
SRCNAM=zfs SRCNAM=zfs
VERSION=${VERSION:-2.1.9} VERSION=${VERSION:-2.1.10}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="openzfs" PRGNAM="openzfs"
VERSION="2.1.9" VERSION="2.1.10"
HOMEPAGE="https://openzfs.org" HOMEPAGE="https://openzfs.org"
DOWNLOAD="https://github.com/openzfs/zfs/releases/download/zfs-2.1.9/zfs-2.1.9.tar.gz" DOWNLOAD="https://github.com/openzfs/zfs/releases/download/zfs-2.1.10/zfs-2.1.10.tar.gz"
MD5SUM="d464a712eb43411f2360214badd3b35a" MD5SUM="6a1871330b6230db6efa3fab8d9da3ca"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""