aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2012-12-02 22:27:51 -0800
committeryar2015-07-03 16:58:19 -0700
commitd987e2156a901c558d07f241e1e4cfa10b0cff32 (patch)
tree9ec03575bb8f5145460b8ea86cc855561ea8c3c8
parent59287cbf176092a07b4427f4bbfcdb99c4b7552d (diff)
downloadaur-d987e2156a901c558d07f241e1e4cfa10b0cff32.tar.gz
bump 3.6.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--config.x86_642
-rw-r--r--linux-linode.install2
4 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf221bf1a213..cd92381c15e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
- pkgver = 3.6.6
+ pkgver = 3.6.8
pkgrel = 1
url = https://github.com/yardenac/linux-linode
install = linux-linode.install
@@ -23,7 +23,7 @@ pkgbase = linux-linode
options = !strip
backup = etc/mkinitcpio.d/linux-linode.preset
source = http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.6.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.6.6.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.6.8.xz
source = config.x86_64
source = menu.lst
source = linux-linode.preset
@@ -31,8 +31,8 @@ pkgbase = linux-linode
source = module-init-wait-3.6.patch
source = change-default-console-loglevel.patch
md5sums = 1a1760420eac802c541a20ab51a093d1
- md5sums = 11d6d8749d4612a77f43f0531c0f2824
- md5sums = a1e0d211d077a293a50c7154930defcb
+ md5sums = f248294551c34753c5c019c8d513280c
+ md5sums = 4ea4fcd03cb5a531843b69941777906a
md5sums = d01f2350ec9f92e2eabcde0f11be24f2
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = 670931649c60fcb3ef2e0119ed532bd4
diff --git a/PKGBUILD b/PKGBUILD
index 19cc192a51ef..1f0c3bddcde7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=linux-linode
_basekernel=3.6
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.6
+pkgver=${_basekernel}.8
pkgrel=1
arch=(x86_64)
url="https://github.com/yardenac/linux-linode"
@@ -18,8 +18,8 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
"module-init-wait-3.6.patch"
'change-default-console-loglevel.patch')
md5sums=('1a1760420eac802c541a20ab51a093d1'
- '11d6d8749d4612a77f43f0531c0f2824'
- 'a1e0d211d077a293a50c7154930defcb'
+ 'f248294551c34753c5c019c8d513280c'
+ '4ea4fcd03cb5a531843b69941777906a'
'd01f2350ec9f92e2eabcde0f11be24f2'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'670931649c60fcb3ef2e0119ed532bd4'
diff --git a/config.x86_64 b/config.x86_64
index 175be5364e53..2837887a64b5 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.6.6-1 Kernel Configuration
+# Linux/x86_64 3.6.8-1 Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
diff --git a/linux-linode.install b/linux-linode.install
index 0f22c89ae5fb..97f48b176515 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.6.6-1-linode
+KERNEL_VERSION=3.6.8-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'