aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-06-20 14:32:04 -0700
committeryar2015-07-03 16:58:27 -0700
commitf317bfadb0ed218440e64622aa55c7e2f6f753d7 (patch)
tree15115d177b53b8fec579b7cb11a742ea7c667b65
parentd3a4f6f94b63d115e1603fc02c40930325a21804 (diff)
downloadaur-f317bfadb0ed218440e64622aa55c7e2f6f753d7.tar.gz
bump 3.9.7
-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 e7bde39a3eb3..a220d68b6096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
- pkgver = 3.9.6
+ pkgver = 3.9.7
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.9.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.9.6.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.9.7.xz
source = config
source = config.x86_64
source = menu.lst
source = preset
source = change-default-console-loglevel.patch
md5sums = 4348c9b6b2eb3144d601e87c19d5d909
- md5sums = 897cffc5167a561b38c6748e7f0a4215
- md5sums = 84c5bb6411dca97ec22d86808891b4ed
- md5sums = 6c2ae0918b91157c8ffd5f92ed756176
+ md5sums = 74005c469fbd309ab631d981e2d3a6e7
+ md5sums = 11e519f12905775b3819fc3610cd8d8e
+ md5sums = f8fa557f6dc4df9840c6073c0493293a
md5sums = 01afd0c0ff8fcf3fe6e0cd91d12886bd
md5sums = 3d6427cc412dbc226b5d058c82ba7c66
md5sums = f3def2cefdcbb954c21d8505d23cc83c
diff --git a/PKGBUILD b/PKGBUILD
index 4aee916a4329..cbb37dd26d1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=linux-linode
_basekernel=3.9
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.6
+pkgver=${_basekernel}.7
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=('4348c9b6b2eb3144d601e87c19d5d909'
- '897cffc5167a561b38c6748e7f0a4215'
- '84c5bb6411dca97ec22d86808891b4ed'
- '6c2ae0918b91157c8ffd5f92ed756176'
+ '74005c469fbd309ab631d981e2d3a6e7'
+ '11e519f12905775b3819fc3610cd8d8e'
+ 'f8fa557f6dc4df9840c6073c0493293a'
'01afd0c0ff8fcf3fe6e0cd91d12886bd'
'3d6427cc412dbc226b5d058c82ba7c66'
'f3def2cefdcbb954c21d8505d23cc83c')
diff --git a/config b/config
index ae6ee8b049dd..51a437bfc2f0 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.9.6-1 Kernel Configuration
+# Linux/x86 3.9.7-1 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/config.x86_64 b/config.x86_64
index ea835722f3dd..407337623971 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.9.6-1 Kernel Configuration
+# Linux/x86 3.9.7-1 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/install b/install
index a2764d1172d3..a3e4f08c24c5 100644
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-linode
-KERNEL_VERSION=3.9.6-1-linode
+KERNEL_VERSION=3.9.7-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'