Semi-automated update for kernel 5.12.14.hardened1-1 + zfs 2.1.0

This commit is contained in:
Archzfs Buildbot
2021-07-05 16:16:57 +00:00
parent 8cfe579c85
commit c0c9c40fb8
2 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
#
pkgbase="zfs-linux-hardened"
pkgname=("zfs-linux-hardened" "zfs-linux-hardened-headers")
_zfsver="2.0.5"
_zfsver="2.1.0"
_kernelver="5.12.14.hardened1-1"
_extramodules="${_kernelver/.hardened/-hardened}-hardened"
@@ -27,7 +27,7 @@ makedepends=("linux-hardened-headers=${_kernelver}")
arch=("x86_64")
url="https://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
sha256sums=("3a17498d704ebf4c5d7231660f6fb44ae07a1545519f567452a4270851a86ec9")
sha256sums=("60bddcb630284c771dcf5a1109ca9329d16523a3a40a374019955cfbf97bf34f")
license=("CDDL")
depends=("kmod" "zfs-utils=${_zfsver}" "linux-hardened=${_kernelver}")