mirror of
https://aur.archlinux.org/zfs-linux.git
synced 2025-06-01 13:17:22 +02:00
Update for kernel 6.12.9.arch1-1 + zfs 2.3.0
This commit is contained in:
parent
e5737a993c
commit
df794686b1
8
.SRCINFO
8
.SRCINFO
@ -1,15 +1,15 @@
|
||||
pkgbase = zfs-linux
|
||||
pkgver = 2.2.7_6.12.9.arch1.1
|
||||
pkgver = 2.3.0_6.12.9.arch1.1
|
||||
pkgrel = 1
|
||||
url = https://openzfs.org/
|
||||
arch = x86_64
|
||||
license = CDDL
|
||||
makedepends = linux-headers=6.12.9.arch1-1
|
||||
depends = kmod
|
||||
depends = zfs-utils=2.2.7
|
||||
depends = zfs-utils=2.3.0
|
||||
depends = linux=6.12.9.arch1-1
|
||||
source = https://github.com/openzfs/zfs/releases/download/zfs-2.2.7/zfs-2.2.7.tar.gz
|
||||
sha256sums = b2b8e3bfabf2a6407a0132243726cb6762547a5bd095b1b1f37eaf2a9d8f7672
|
||||
source = https://github.com/openzfs/zfs/releases/download/zfs-2.3.0/zfs-2.3.0.tar.gz
|
||||
sha256sums = 6e8787eab55f24c6b9c317f3fe9b0da9a665eb34c31df88ff368d9a92e9356a6
|
||||
|
||||
pkgname = zfs-linux
|
||||
pkgdesc = Kernel modules for the Zettabyte File System.
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -18,7 +18,7 @@
|
||||
#
|
||||
pkgbase="zfs-linux"
|
||||
pkgname=("zfs-linux" "zfs-linux-headers")
|
||||
_zfsver="2.2.7"
|
||||
_zfsver="2.3.0"
|
||||
_kernelver="6.12.9.arch1-1"
|
||||
_kernelver_full="6.12.9.arch1-1"
|
||||
_extramodules="${_kernelver_full/.arch/-arch}"
|
||||
@ -29,7 +29,7 @@ makedepends=("linux-headers=${_kernelver}")
|
||||
arch=("x86_64")
|
||||
url="https://openzfs.org/"
|
||||
source=("https://github.com/openzfs/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
|
||||
sha256sums=("b2b8e3bfabf2a6407a0132243726cb6762547a5bd095b1b1f37eaf2a9d8f7672")
|
||||
sha256sums=("6e8787eab55f24c6b9c317f3fe9b0da9a665eb34c31df88ff368d9a92e9356a6")
|
||||
license=("CDDL")
|
||||
depends=("kmod" "zfs-utils=${_zfsver}" "linux=${_kernelver}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user