diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2022-12-22 21:00:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-22 21:00:32 +0700 |
commit | 7c4167b884581f882bb7184c279364c47f1647fc (patch) | |
tree | 8164e123ff7503f4a22382bf70332ba1c90f408a /system | |
parent | 5b4df80a166446efb172af81aa39aa7d8c35fe1e (diff) |
system/openzfs: Updated for version 2.1.7.
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 d760f05064a2c..813823c7d21fa 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.74`. +from that's of the build machine, e.g. `export KERNEL=5.15.85`. diff --git a/system/openzfs/openzfs.SlackBuild b/system/openzfs/openzfs.SlackBuild index 32a602a1e8602..e25a1cae464e6 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.6} +VERSION=${VERSION:-2.1.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/openzfs/openzfs.info b/system/openzfs/openzfs.info index 9e5d3a1ff4c87..78ffc60bf025b 100644 --- a/system/openzfs/openzfs.info +++ b/system/openzfs/openzfs.info @@ -1,8 +1,8 @@ PRGNAM="openzfs" -VERSION="2.1.6" +VERSION="2.1.7" HOMEPAGE="https://openzfs.org" -DOWNLOAD="https://github.com/openzfs/zfs/releases/download/zfs-2.1.6/zfs-2.1.6.tar.gz" -MD5SUM="e8583043007c9f52379e1758a78ac125" +DOWNLOAD="https://github.com/openzfs/zfs/releases/download/zfs-2.1.7/zfs-2.1.7.tar.gz" +MD5SUM="2dab099f98c4a059cb5dfbf5ab0e9b21" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |