aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-08-20 13:59:13 -0700
committeryar2015-07-03 16:58:28 -0700
commitaa40ee3caf34aa55651a327b354df5e098527b6e (patch)
tree05d6454c4e736929eb8b484f0417fa7054a4c7bd
parent6384e28e40d213923c7b2c9110d2195c1c5b6038 (diff)
downloadaur-aa40ee3caf34aa55651a327b354df5e098527b6e.tar.gz
bump 3.10.8
-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 e295dc43c09f..158de2f65239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-linode
pkgdesc = Kernel for Linode servers
- pkgver = 3.10.7
+ pkgver = 3.10.8
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.7.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.10.8.xz
source = config
source = config.x86_64
source = menu.lst
source = preset
source = change-default-console-loglevel.patch
md5sums = 4f25cd5bec5f8d5a7d935b3f2ccb8481
- md5sums = 6b1b6b62044fcf3624f067154d5c1666
- md5sums = 043ad7b65dbf6899d0b8e8f6342c40c5
- md5sums = 320d2702f65bb7272392cee79c5bc356
+ md5sums = f62214b2847eef5fc22cfc9f1e2d28a3
+ md5sums = 7f2dec3e3205b02659d6b76d730b325e
+ md5sums = 8c55e762ec0d5edbe52b364a3f48d56f
md5sums = 01afd0c0ff8fcf3fe6e0cd91d12886bd
md5sums = 3d6427cc412dbc226b5d058c82ba7c66
md5sums = f3def2cefdcbb954c21d8505d23cc83c
diff --git a/PKGBUILD b/PKGBUILD
index 35531ba62d7a..1f28af815418 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=linux-linode
_basekernel=3.10
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.7
+pkgver=${_basekernel}.8
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'
- '6b1b6b62044fcf3624f067154d5c1666'
- '043ad7b65dbf6899d0b8e8f6342c40c5'
- '320d2702f65bb7272392cee79c5bc356'
+ 'f62214b2847eef5fc22cfc9f1e2d28a3'
+ '7f2dec3e3205b02659d6b76d730b325e'
+ '8c55e762ec0d5edbe52b364a3f48d56f'
'01afd0c0ff8fcf3fe6e0cd91d12886bd'
'3d6427cc412dbc226b5d058c82ba7c66'
'f3def2cefdcbb954c21d8505d23cc83c')
diff --git a/config b/config
index 40bfaa465c30..542cc92e4462 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.10.7-1 Kernel Configuration
+# Linux/x86 3.10.8-1 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/config.x86_64 b/config.x86_64
index 327a9f149cf0..4bf43ef591e9 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.10.7-1 Kernel Configuration
+# Linux/x86 3.10.8-1 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/install b/install
index c6dff641cfa2..a05b06e57e32 100644
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-linode
-KERNEL_VERSION=3.10.7-1-linode
+KERNEL_VERSION=3.10.8-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'