diff --git a/.SRCINFO b/.SRCINFO index 5a416a7..66b9085 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,15 @@ pkgbase = zfs-linux - pkgver = 2.1.13_6.5.7.arch1.1 + pkgver = 2.2.0_6.5.7.arch1.1 pkgrel = 1 url = https://openzfs.org/ arch = x86_64 license = CDDL makedepends = linux-headers=6.5.7.arch1-1 depends = kmod - depends = zfs-utils=2.1.13 + depends = zfs-utils=2.2.0 depends = linux=6.5.7.arch1-1 - source = https://github.com/openzfs/zfs/releases/download/zfs-2.1.13/zfs-2.1.13.tar.gz - sha256sums = 06b24cbb3cbc1554e2edf2fcd71d1f8bec4febf4412aeac17070877c44302abd + source = https://github.com/openzfs/zfs/releases/download/zfs-2.2.0/zfs-2.2.0.tar.gz + sha256sums = 42035fd059faa25a09cd511b24a57b8ad1285cb69127f2a0043b98562c5ec690 pkgname = zfs-linux pkgdesc = Kernel modules for the Zettabyte File System. diff --git a/PKGBUILD b/PKGBUILD index 8922cfe..85229a4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,7 +17,7 @@ # pkgbase="zfs-linux" pkgname=("zfs-linux" "zfs-linux-headers") -_zfsver="2.1.13" +_zfsver="2.2.0" _kernelver="6.5.7.arch1-1" _kernelver_full="6.5.7.arch1-1" _extramodules="${_kernelver_full/.arch/-arch}" @@ -28,7 +28,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=("06b24cbb3cbc1554e2edf2fcd71d1f8bec4febf4412aeac17070877c44302abd") +sha256sums=("42035fd059faa25a09cd511b24a57b8ad1285cb69127f2a0043b98562c5ec690") license=("CDDL") depends=("kmod" "zfs-utils=${_zfsver}" "linux=${_kernelver}")