aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
-rw-r--r--config2
-rw-r--r--config.x86_642
-rw-r--r--linux-linode.install2
5 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7571eea8c355..9833bb059e81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
- pkgver = 3.8.6
- pkgrel = 3
+ pkgver = 3.8.7
+ pkgrel = 1
url = https://github.com/yardenac/linux-linode
install = linux-linode.install
arch = i686
@@ -25,16 +25,16 @@ pkgbase = linux-linode
backup = etc/mkinitcpio.d/linux-linode.preset
backup = boot/grub/menu.lst
source = http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.8.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.8.6.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.8.7.xz
source = config
source = config.x86_64
source = menu.lst
source = linux-linode.preset
source = change-default-console-loglevel.patch
md5sums = 1c738edfc54e7c65faeb90c436104e2f
- md5sums = f11748a53d4ec0e2dcbfbb64526d6434
- md5sums = 4bd214e5491b97c0f136ac1da2c2ef96
- md5sums = d8159cd433fddcaee937a7c533450a89
+ md5sums = d166692330220c425d69db82c9d693b6
+ md5sums = 481a5a16eba1ab5dcdf55acf4572edd2
+ md5sums = 8986271a3b1aa3465da2eb441e9ba8cf
md5sums = d01f2350ec9f92e2eabcde0f11be24f2
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = f3def2cefdcbb954c21d8505d23cc83c
diff --git a/PKGBUILD b/PKGBUILD
index d108b2dd563c..bd36d987b0dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@ pkgname=linux-linode
_basekernel=3.8
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.6
-pkgrel=3
+pkgver=${_basekernel}.7
+pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/yardenac/linux-linode"
license=(GPL2)
@@ -17,9 +17,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
"${pkgname}.preset"
'change-default-console-loglevel.patch')
md5sums=('1c738edfc54e7c65faeb90c436104e2f'
- 'f11748a53d4ec0e2dcbfbb64526d6434'
- '4bd214e5491b97c0f136ac1da2c2ef96'
- 'd8159cd433fddcaee937a7c533450a89'
+ 'd166692330220c425d69db82c9d693b6'
+ '481a5a16eba1ab5dcdf55acf4572edd2'
+ '8986271a3b1aa3465da2eb441e9ba8cf'
'd01f2350ec9f92e2eabcde0f11be24f2'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'f3def2cefdcbb954c21d8505d23cc83c')
diff --git a/config b/config
index 37ea89f8337d..83d52499567d 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.8.6-3 Kernel Configuration
+# Linux/i386 3.8.7-1 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/config.x86_64 b/config.x86_64
index 3b1237872c2c..2e0cb2ae6bf9 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.8.6-3 Kernel Configuration
+# Linux/x86_64 3.8.7-1 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/linux-linode.install b/linux-linode.install
index f3f97fe0837d..c562ee6d940a 100644
--- a/linux-linode.install
+++ b/linux-linode.install
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-linode
-KERNEL_VERSION=3.8.6-3-linode
+KERNEL_VERSION=3.8.7-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'