summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Noonan2018-03-30 05:30:22 -0700
committerSteven Noonan2018-03-30 05:30:22 -0700
commit7e01b7aa442be8bb051a731b468598fb392d1042 (patch)
tree717a43b90b8267d1cd4b22a175d2ef1ebb840d23
parent9b4585bf8c9bacae4d6073b171a48d919acb2a3c (diff)
downloadaur-7e01b7aa442be8bb051a731b468598fb392d1042.tar.gz
linux-ec2: upgrade to 4.15.14
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 d3b4d5ee1aa3..e5fc25f9491e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by makepkg 5.0.2
-# Sat Mar 24 04:08:39 UTC 2018
+# Fri Mar 30 12:30:05 UTC 2018
pkgbase = linux-ec2
- pkgver = 4.15.12
+ pkgver = 4.15.14
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.15.tar.xz
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.15.tar.sign
- source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.12.xz
- source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.12.sign
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.14.xz
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.14.sign
source = config.x86_64
source = 60-linux.hook
source = 90-linux.hook
@@ -26,7 +26,7 @@ pkgbase = linux-ec2
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769
sha256sums = SKIP
- sha256sums = 74d2ac2ea103c907213223fd4ff710ad53e1d8a2d612db18e10d3dda9f1a6b79
+ sha256sums = 6be2c185839d730769a8e6bcf46ca0962845732e25ed4801fe1ea995218b1133
sha256sums = SKIP
sha256sums = 24c4bddca64e232a9af6c0a6193cbd4e9a36e2c060f46ffa73bcbc45c41345cb
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.15.12
+ provides = linux=4.15.14
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.15.12
+ provides = linux-headers=4.15.14
options = !strip
pkgname = linux-ec2-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the linux-ec2 kernel
- provides = linux-docs=4.15.12
+ provides = linux-docs=4.15.14
diff --git a/PKGBUILD b/PKGBUILD
index 9468e21df690..b1400599cc04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _branch=4.15
_build_from=tarball
#_build_from=git
#_build_from=git-mirror
-pkgver=4.15.12
+pkgver=4.15.14
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=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
'SKIP'
- '74d2ac2ea103c907213223fd4ff710ad53e1d8a2d612db18e10d3dda9f1a6b79'
+ '6be2c185839d730769a8e6bcf46ca0962845732e25ed4801fe1ea995218b1133'
'SKIP')
;;
git)