summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2021-07-05 16:17:25 +0000
committerArchzfs Buildbot2021-07-05 16:17:25 +0000
commit2f181da68a325ab6ce2f1b4aa9d27acc399177ee (patch)
tree8a111ceed1bd8a94ecbf6ccebdaf8f53f0e2a86d
parentd6fa05a1e5e77a94310113d59a9368f702638199 (diff)
downloadaur-2f181da68a325ab6ce2f1b4aa9d27acc399177ee.tar.gz
Semi-automated update for kernel 5.12.14.arch1-1 + zfs 2.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbfd39c1c626..7e08be2daf17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = zfs-linux
- pkgver = 2.0.5_5.12.14.arch1.1
+ pkgver = 2.1.0_5.12.14.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=5.12.14.arch1-1
depends = kmod
- depends = zfs-utils=2.0.5
+ depends = zfs-utils=2.1.0
depends = linux=5.12.14.arch1-1
- source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.0.5/zfs-2.0.5.tar.gz
- sha256sums = 3a17498d704ebf4c5d7231660f6fb44ae07a1545519f567452a4270851a86ec9
+ source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.1.0/zfs-2.1.0.tar.gz
+ sha256sums = 60bddcb630284c771dcf5a1109ca9329d16523a3a40a374019955cfbf97bf34f
pkgname = zfs-linux
pkgdesc = Kernel modules for the Zettabyte File System.
diff --git a/PKGBUILD b/PKGBUILD
index a77d2108394f..6ee1ddea6e75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}")