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

This commit is contained in:
Archzfs Buildbot
2021-07-05 16:17:25 +00:00
parent d6fa05a1e5
commit 2f181da68a
2 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
#
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="2.0.5"
_zfsver="2.1.0"
_kernelver="5.12.14.arch1-1"
_extramodules="${_kernelver/.arch/-arch}"
@@ -27,7 +27,7 @@ makedepends=("linux-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=${_kernelver}")