diff options
-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="" |