Updated sha256sum

This commit is contained in:
LightDot
2025-08-27 07:23:11 +02:00
parent 33c7032648
commit a42fe5a476
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ pkgbase = zfs-linux
depends = zfs-utils=2.3.4
depends = linux=6.16.3.arch1-1
source = https://github.com/openzfs/zfs/releases/download/zfs-2.3.4/zfs-2.3.4.tar.gz
sha256sums = 844122118f0ea81205a01753bbcb1315330f8967c1f866dcd10155273131f071
sha256sums = 9ec397cf360133161a1180035f3e7d6962186ed2b3457953a28d45aa883fa495
pkgname = zfs-linux
pkgdesc = Kernel modules for the Zettabyte File System.

View File

@@ -31,7 +31,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=("844122118f0ea81205a01753bbcb1315330f8967c1f866dcd10155273131f071")
sha256sums=('9ec397cf360133161a1180035f3e7d6962186ed2b3457953a28d45aa883fa495')
license=("CDDL")
depends=("kmod" "zfs-utils=${_zfsver}" "linux=${_kernelver}")