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 94e5e40d41..2bcf58b4e0 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 0bdd490b08..3211d121ac 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 7796395efe..c199bc1358 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="" |