diff --git a/.SRCINFO b/.SRCINFO index dfcb2a8..45a0206 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = zfs-dkms pkgdesc = Kernel modules for the Zettabyte File System. - pkgver = 2.0.3 + pkgver = 2.0.4 pkgrel = 1 url = https://zfsonlinux.org/ arch = x86_64 groups = archzfs-dkms license = CDDL - depends = zfs-utils=2.0.3 + depends = zfs-utils=2.0.4 depends = lsb-release depends = dkms provides = zfs @@ -18,8 +18,8 @@ pkgbase = zfs-dkms conflicts = spl conflicts = spl-headers replaces = spl-dkms - source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.0.3/zfs-2.0.3.tar.gz - sha256sums = 0694f64aa76a3a0a506e20e99b49102c3cb68bef63cb0f0154e50befc387e539 + source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.0.4/zfs-2.0.4.tar.gz + sha256sums = 7d1344c5433b91823f02c2e40b33d181fa6faf286bea5591f4b1965f23d45f6c pkgname = zfs-dkms diff --git a/PKGBUILD b/PKGBUILD index 6d38ab5..26a7833 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,13 +8,13 @@ pkgname="zfs-dkms" pkgdesc="Kernel modules for the Zettabyte File System." -pkgver=2.0.3 +pkgver=2.0.4 pkgrel=1 makedepends=() arch=("x86_64") url="https://zfsonlinux.org/" source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${pkgver}/zfs-${pkgver}.tar.gz") -sha256sums=("0694f64aa76a3a0a506e20e99b49102c3cb68bef63cb0f0154e50befc387e539") +sha256sums=("7d1344c5433b91823f02c2e40b33d181fa6faf286bea5591f4b1965f23d45f6c") license=("CDDL") depends=("zfs-utils=${pkgver}" "lsb-release" "dkms") provides=("zfs" "zfs-headers" "spl" "spl-headers")