mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/openzfs: updated for version 2.2.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
27474501b1
commit
9dc5c22b0e
2 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=openzfs
|
PRGNAM=openzfs
|
||||||
SRCNAM=zfs
|
SRCNAM=zfs
|
||||||
VERSION=${VERSION:-2.2.4}
|
VERSION=${VERSION:-2.2.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="openzfs"
|
PRGNAM="openzfs"
|
||||||
VERSION="2.2.4"
|
VERSION="2.2.5"
|
||||||
HOMEPAGE="https://openzfs.org"
|
HOMEPAGE="https://openzfs.org"
|
||||||
DOWNLOAD="https://github.com/openzfs/zfs/releases/download/zfs-2.2.4/zfs-2.2.4.tar.gz"
|
DOWNLOAD="https://github.com/openzfs/zfs/releases/download/zfs-2.2.5/zfs-2.2.5.tar.gz"
|
||||||
MD5SUM="8d563179aadb2a008f501aee34d3daf9"
|
MD5SUM="2acc3c276b30f92590e81268ec8aaba2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue