diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2023-04-15 12:45:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:27 +0700 |
commit | ccbf6c31d0fd948f8e18993af7995442bccde81e (patch) | |
tree | 82ec710e5b33ca52a29cb6dc9117d129c5938478 /system | |
parent | 14c64d65b4cab12550627d43cc2cfac712afb4e4 (diff) |
system/openzfs: Updated for version 2.1.10.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/openzfs/README | 2 | ||||
-rw-r--r-- | system/openzfs/openzfs.SlackBuild | 2 | ||||
-rw-r--r-- | system/openzfs/openzfs.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/system/openzfs/README b/system/openzfs/README index 94e5e40d4151..2bcf58b4e0ba 100644 --- a/system/openzfs/README +++ b/system/openzfs/README @@ -7,4 +7,4 @@ This package is kernel dependent, so you'll need to recompile it for every new kernel you choose to run. 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`. diff --git a/system/openzfs/openzfs.SlackBuild b/system/openzfs/openzfs.SlackBuild index 0bdd490b0842..3211d121acfc 100644 --- a/system/openzfs/openzfs.SlackBuild +++ b/system/openzfs/openzfs.SlackBuild @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=openzfs SRCNAM=zfs -VERSION=${VERSION:-2.1.9} +VERSION=${VERSION:-2.1.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/openzfs/openzfs.info b/system/openzfs/openzfs.info index 7796395efe85..c199bc13587a 100644 --- a/system/openzfs/openzfs.info +++ b/system/openzfs/openzfs.info @@ -1,8 +1,8 @@ PRGNAM="openzfs" -VERSION="2.1.9" +VERSION="2.1.10" HOMEPAGE="https://openzfs.org" -DOWNLOAD="https://github.com/openzfs/zfs/releases/download/zfs-2.1.9/zfs-2.1.9.tar.gz" -MD5SUM="d464a712eb43411f2360214badd3b35a" +DOWNLOAD="https://github.com/openzfs/zfs/releases/download/zfs-2.1.10/zfs-2.1.10.tar.gz" +MD5SUM="6a1871330b6230db6efa3fab8d9da3ca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |