summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2023-02-03 21:18:29 +0000
committerArchzfs Buildbot2023-02-03 21:18:29 +0000
commitfc7b3f36cc88bd0d4a4530bdfac31f33a0829e8b (patch)
treef842bebf945727a188b0a75ee3a9a3af565bb4e1
parent69ac2372b7214073f12fbfb0e7b1a49f4c497787 (diff)
downloadaur-fc7b3f36cc88bd0d4a4530bdfac31f33a0829e8b.tar.gz
Semi-automated update for kernel 5.15.91-1 + zfs 2.1.9
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9814b46a54e..7f7726bc3329 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = zfs-linux-lts
- pkgver = 2.1.7_5.15.88.2
+ pkgver = 2.1.9_5.15.91.1
pkgrel = 1
- url = https://zfsonlinux.org/
+ url = https://openzfs.org/
arch = x86_64
license = CDDL
- makedepends = linux-lts-headers=5.15.88-2
+ makedepends = linux-lts-headers=5.15.91-1
depends = kmod
- depends = zfs-utils=2.1.7
- depends = linux-lts=5.15.88-2
- source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.1.7/zfs-2.1.7.tar.gz
- sha256sums = 6462e63e185de6ff10c64ffa6ed773201a082f9dd13e603d7e8136fcb4aca71b
+ depends = zfs-utils=2.1.9
+ depends = linux-lts=5.15.91-1
+ source = https://github.com/openzfs/zfs/releases/download/zfs-2.1.9/zfs-2.1.9.tar.gz
+ sha256sums = 6b172cdf2eb54e17fcd68f900fab33c1430c5c59848fa46fab83614922fe50f6
pkgname = zfs-linux-lts
pkgdesc = Kernel modules for the Zettabyte File System.
diff --git a/PKGBUILD b/PKGBUILD
index a63435a52fda..13aa8f544185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,18 +17,18 @@
#
pkgbase="zfs-linux-lts"
pkgname=("zfs-linux-lts" "zfs-linux-lts-headers")
-_zfsver="2.1.7"
-_kernelver="5.15.88-2"
-_kernelver_full="5.15.88-2"
-_extramodules="5.15.88-2-lts"
+_zfsver="2.1.9"
+_kernelver="5.15.91-1"
+_kernelver_full="5.15.91-1"
+_extramodules="5.15.91-1-lts"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
pkgrel=1
makedepends=("linux-lts-headers=${_kernelver}")
arch=("x86_64")
-url="https://zfsonlinux.org/"
-source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
-sha256sums=("6462e63e185de6ff10c64ffa6ed773201a082f9dd13e603d7e8136fcb4aca71b")
+url="https://openzfs.org/"
+source=("https://github.com/openzfs/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
+sha256sums=("6b172cdf2eb54e17fcd68f900fab33c1430c5c59848fa46fab83614922fe50f6")
license=("CDDL")
depends=("kmod" "zfs-utils=${_zfsver}" "linux-lts=${_kernelver}")