aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2012-12-06 20:19:08 -0800
committeryar2015-07-03 16:58:19 -0700
commitdd62fe6b760c32196202c33edc45ee94a3dc8a04 (patch)
tree92ad9fa391ba6477f22df5cf5ed71d4bfea9d012
parentd6a63995d3be0ee5e9725c2cae0432c943a07e69 (diff)
downloadaur-dd62fe6b760c32196202c33edc45ee94a3dc8a04.tar.gz
bump 3.6.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--config2
-rw-r--r--config.x86_642
-rw-r--r--linux-linode.install2
5 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9741205f4138..3d055c32d03c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
- pkgver = 3.6.8
+ pkgver = 3.6.9
pkgrel = 1
url = https://github.com/yardenac/linux-linode
install = linux-linode.install
@@ -24,7 +24,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.8.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.6.9.xz
source = config
source = config.x86_64
source = menu.lst
@@ -34,9 +34,9 @@ pkgbase = linux-linode
source = irq_cfg_pointer-3.6.6.patch
source = change-default-console-loglevel.patch
md5sums = 1a1760420eac802c541a20ab51a093d1
- md5sums = f248294551c34753c5c019c8d513280c
- md5sums = cd9650fa8f4581969155ce7495a4daa0
- md5sums = 4ea4fcd03cb5a531843b69941777906a
+ md5sums = a7c656034599f90dcbc50895b69022aa
+ md5sums = 08617a20226d3ea4ff1307ab83aed688
+ md5sums = 3c94f19504b7e33daa6e59c1b55fd4c6
md5sums = d01f2350ec9f92e2eabcde0f11be24f2
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = 670931649c60fcb3ef2e0119ed532bd4
diff --git a/PKGBUILD b/PKGBUILD
index c456d9aad6dc..c13feb3c05b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=linux-linode
_basekernel=3.6
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.8
+pkgver=${_basekernel}.9
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/yardenac/linux-linode"
@@ -20,9 +20,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
"irq_cfg_pointer-3.6.6.patch"
'change-default-console-loglevel.patch')
md5sums=('1a1760420eac802c541a20ab51a093d1'
- 'f248294551c34753c5c019c8d513280c'
- 'cd9650fa8f4581969155ce7495a4daa0'
- '4ea4fcd03cb5a531843b69941777906a'
+ 'a7c656034599f90dcbc50895b69022aa'
+ '08617a20226d3ea4ff1307ab83aed688'
+ '3c94f19504b7e33daa6e59c1b55fd4c6'
'd01f2350ec9f92e2eabcde0f11be24f2'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'670931649c60fcb3ef2e0119ed532bd4'
diff --git a/config b/config
index ea17895e3cb8..30ed28e91dff 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.6.8 Kernel Configuration
+# Linux/i386 3.6.9 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/config.x86_64 b/config.x86_64
index 2837887a64b5..e7f681e3c52f 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.6.8-1 Kernel Configuration
+# Linux/x86_64 3.6.9-1 Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
diff --git a/linux-linode.install b/linux-linode.install
index 97f48b176515..a4774c4a8c9e 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.8-1-linode
+KERNEL_VERSION=3.6.9-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'