system/zfs-on-linux: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7f26b9929f
commit
23d1829d89
|
@ -2,14 +2,11 @@ ZFS is a modern filesystem originally developed for SOLARIS.
|
|||
It provides many functionalities such as snapshots, data compression,
|
||||
data recovery, filesystem (snapshot) sending/reveiving, and more.
|
||||
|
||||
For more information about ZFS on Linux, please visit
|
||||
https://zfsonlinux.org.
|
||||
|
||||
NOTE: You'll need the kernel source code to be able to compile this.
|
||||
This package is kernel dependent, so you'll need to recompile it for
|
||||
every new kernel you choose to run.
|
||||
|
||||
Please use KERN environment variable if target kernel version differs
|
||||
from that's of the build machine, e.g. `export KERN=5.4.51`.
|
||||
from that's of the build machine, e.g. `export KERN=5.12.14`.
|
||||
|
||||
NOTE: you should run ZFS on 64-bit systems.
|
||||
|
|
|
@ -31,8 +31,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=zfs-on-linux
|
||||
SRCNAM=zfs
|
||||
VERSION=${VERSION:-0.8.6}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
KERN=${KERN:-"$(uname -r)"}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zfs-on-linux"
|
||||
VERSION="0.8.6"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="https://zfsonlinux.org"
|
||||
DOWNLOAD="https://github.com/zfsonlinux/zfs/releases/download/zfs-0.8.6/zfs-0.8.6.tar.gz"
|
||||
MD5SUM="e3ca8d66af6e2d7a214e92bf6c733082"
|
||||
DOWNLOAD="https://github.com/zfsonlinux/zfs/releases/download/zfs-2.1.0/zfs-2.1.0.tar.gz"
|
||||
MD5SUM="4520749a47d66a3e0b83d7b82a8c7e29"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue