Semi-automated update for kernel 6.9.5.arch1-1 + zfs 2.2.4

This commit is contained in:
Archzfs Buildbot 2024-06-17 18:54:34 +00:00
parent 41684dd5a1
commit 70da3ef21e
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = zfs-linux
pkgver = 2.2.4_6.9.4.arch1.1
pkgver = 2.2.4_6.9.5.arch1.1
pkgrel = 1
url = https://openzfs.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=6.9.4.arch1-1
makedepends = linux-headers=6.9.5.arch1-1
depends = kmod
depends = zfs-utils=2.2.4
depends = linux=6.9.4.arch1-1
depends = linux=6.9.5.arch1-1
source = https://github.com/openzfs/zfs/releases/download/zfs-2.2.4/zfs-2.2.4.tar.gz
sha256sums = 9790905f7683d41759418e1ef3432828c31116654ff040e91356ff1c21c31ec0

View File

@ -18,8 +18,8 @@
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="2.2.4"
_kernelver="6.9.4.arch1-1"
_kernelver_full="6.9.4.arch1-1"
_kernelver="6.9.5.arch1-1"
_kernelver_full="6.9.5.arch1-1"
_extramodules="${_kernelver_full/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"