summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Noonan2018-07-23 03:15:30 -0700
committerSteven Noonan2018-07-23 03:15:30 -0700
commitcd1f07d9407878b82e14f1bf45b21393961fa349 (patch)
treeada59608ad46dda27b2e66420cd1c18bec057469
parent4c1cc84756d1876705857eb7dff5eac16dfeca79 (diff)
downloadaur-cd1f07d9407878b82e14f1bf45b21393961fa349.tar.gz
linux-ec2: upgrade to 4.17.9
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e3aac3dcc20..8282913e0ce0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by makepkg 5.1.0
-# Mon Jul 16 21:51:54 UTC 2018
+# Mon Jul 23 10:15:09 UTC 2018
pkgbase = linux-ec2
- pkgver = 4.17.6
+ pkgver = 4.17.9
pkgrel = 1
url = https://git.uplinklabs.net/steven/projects/archlinux/ec2/ec2-packages.git/tree/linux-ec2
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = linux-ec2
options = !strip
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.17.tar.xz
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.17.tar.sign
- source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.6.xz
- source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.6.sign
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.9.xz
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.9.sign
source = config.x86_64
source = 60-linux.hook
source = 90-linux.hook
@@ -26,7 +26,7 @@ pkgbase = linux-ec2
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13
sha256sums = SKIP
- sha256sums = 7699b2246e4ed1e284f2947d5e0b66653c27574995caf6a02a3280bd055cfedf
+ sha256sums = 52131a497efaed724afaa7f7022249f8f8e6e555cbe407a6619908ed2ebcee89
sha256sums = SKIP
sha256sums = SKIP
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
@@ -42,17 +42,17 @@ pkgname = linux-ec2
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = linux=4.17.6
+ provides = linux=4.17.9
options = strip
options = debug
backup = etc/mkinitcpio.d/linux-ec2.preset
pkgname = linux-ec2-headers
pkgdesc = Header files and scripts for building modules for linux-ec2 kernel
- provides = linux-headers=4.17.6
+ provides = linux-headers=4.17.9
options = !strip
pkgname = linux-ec2-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the linux-ec2 kernel
- provides = linux-docs=4.17.6
+ provides = linux-docs=4.17.9
diff --git a/PKGBUILD b/PKGBUILD
index 54f4c8635b29..cad100e2d4d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _branch=4.17
_build_from=tarball
#_build_from=git
#_build_from=git-mirror
-pkgver=4.17.6
+pkgver=4.17.9
pkgrel=1
arch=('x86_64')
url="https://git.uplinklabs.net/steven/projects/archlinux/ec2/ec2-packages.git/tree/linux-ec2"
@@ -21,7 +21,7 @@ case $_build_from in
"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign")
sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'
'SKIP'
- '7699b2246e4ed1e284f2947d5e0b66653c27574995caf6a02a3280bd055cfedf'
+ '52131a497efaed724afaa7f7022249f8f8e6e555cbe407a6619908ed2ebcee89'
'SKIP')
;;
git)