summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2018-09-15 14:21:29 +0000
committerArchzfs Buildbot2018-09-15 14:21:29 +0000
commitad95465eebd2082b58f3d75d797ca7005a7ed366 (patch)
tree424b989e622333c50a9e3a28a6996a4e8ff62b4c
parent0c015995ce6186a1274d8beccfd461c4727a6633 (diff)
downloadaur-ad95465eebd2082b58f3d75d797ca7005a7ed366.tar.gz
Semi-automated update for kernel 4.14.69-1 + zfs 0.7.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06c6cae7162a..a9166dcd8ab5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = zfs-linux-lts
- pkgver = 0.7.10_4.14.69.1
+ pkgver = 0.7.11_4.14.69.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = zfs-linux-lts
makedepends = spl-linux-lts-headers
depends = kmod
depends = spl-linux-lts
- depends = zfs-utils-common=0.7.10
+ depends = zfs-utils-common=0.7.11
depends = linux-lts=4.14.69-1
- source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.10/zfs-0.7.10.tar.gz
- sha256sums = 9343650175ccba2f61379c7dbc66ecbda1059e1ff95bc1fe6be4f33628cce477
+ source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.11/zfs-0.7.11.tar.gz
+ sha256sums = 4dff9ecce6e02061242d9435febe88c1250de83b96d392b712bccf31c459517a
pkgname = zfs-linux-lts
pkgdesc = Kernel modules for the Zettabyte File System.
diff --git a/PKGBUILD b/PKGBUILD
index 1007b7f4ae8c..19cb0c295364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@
#
pkgbase="zfs-linux-lts"
pkgname=("zfs-linux-lts" "zfs-linux-lts-headers")
-_zfsver="0.7.10"
+_zfsver="0.7.11"
_kernelver="4.14.69-1"
_extramodules="4.14.69-1-lts"
@@ -27,7 +27,7 @@ makedepends=("linux-lts-headers=${_kernelver}" "spl-linux-lts-headers")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
-sha256sums=("9343650175ccba2f61379c7dbc66ecbda1059e1ff95bc1fe6be4f33628cce477")
+sha256sums=("4dff9ecce6e02061242d9435febe88c1250de83b96d392b712bccf31c459517a")
license=("CDDL")
depends=("kmod" 'spl-linux-lts' "zfs-utils-common=${_zfsver}" "linux-lts=${_kernelver}")