aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-09-15 00:25:47 -0700
committeryar2015-07-03 16:58:29 -0700
commit3b4dc58717f8398964e9bb0ce574da8eca2e156b (patch)
tree1a022ab2eac938a75e4054ef78bbc31363305b3c
parent4d7e83fe5e3d2e8a4e6b67996ee28cafa8c7d61c (diff)
downloadaur-3b4dc58717f8398964e9bb0ce574da8eca2e156b.tar.gz
bump 3.10.12
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--config2
-rw-r--r--config.x86_642
-rw-r--r--install2
5 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f38e8fed52a..9c2e5f2878d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-linode
pkgdesc = Kernel for Linode servers
- pkgver = 3.10.11
+ pkgver = 3.10.12
pkgrel = 1
url = https://github.com/yardenac/linux-linode
install = install
@@ -23,16 +23,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.10.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.10.11.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.10.12.xz
source = config
source = config.x86_64
source = menu.lst
source = preset
source = change-default-console-loglevel.patch
md5sums = 4f25cd5bec5f8d5a7d935b3f2ccb8481
- md5sums = 9aadf2325fed53e971fe59bc6c7c3b89
- md5sums = 43eb7c237b2d20fd4dd41316cd43d4cb
- md5sums = 34f0c8b53b1aa1ccee8b504f21f2da6a
+ md5sums = 9bfba28fef36c6a7fc16fd896eab131b
+ md5sums = 7af8d551afc4c0e84705f8108d7b01cb
+ md5sums = dd65a4b649b544efe554f3ef57d96fe3
md5sums = 01afd0c0ff8fcf3fe6e0cd91d12886bd
md5sums = 3d6427cc412dbc226b5d058c82ba7c66
md5sums = f3def2cefdcbb954c21d8505d23cc83c
diff --git a/PKGBUILD b/PKGBUILD
index f30d25e14c0a..b07904228985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=linux-linode
_basekernel=3.10
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.11
+pkgver=${_basekernel}.12
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/yardenac/linux-linode"
@@ -17,9 +17,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
"preset"
'change-default-console-loglevel.patch')
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- '9aadf2325fed53e971fe59bc6c7c3b89'
- '43eb7c237b2d20fd4dd41316cd43d4cb'
- '34f0c8b53b1aa1ccee8b504f21f2da6a'
+ '9bfba28fef36c6a7fc16fd896eab131b'
+ '7af8d551afc4c0e84705f8108d7b01cb'
+ 'dd65a4b649b544efe554f3ef57d96fe3'
'01afd0c0ff8fcf3fe6e0cd91d12886bd'
'3d6427cc412dbc226b5d058c82ba7c66'
'f3def2cefdcbb954c21d8505d23cc83c')
diff --git a/config b/config
index 44fdc87d1f77..ca70de343c0e 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.10.11-1 Kernel Configuration
+# Linux/x86 3.10.12-1 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/config.x86_64 b/config.x86_64
index 64937c8ace75..47909f65b55b 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.10.11-1 Kernel Configuration
+# Linux/x86 3.10.12-1 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/install b/install
index 4b60b382f1db..d690c759ba73 100644
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-linode
-KERNEL_VERSION=3.10.11-1-linode
+KERNEL_VERSION=3.10.12-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'