aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-02-27 09:30:17 -0800
committeryar2015-07-03 16:58:22 -0700
commit4d0a8c548e3e38450fd01a96f43ed9f494067600 (patch)
treed83a181d69c4136b433c9e795bf8dd1224d6587d
parent09d6541288d09c6fd42fa5a467991d76e1a3fd33 (diff)
downloadaur-4d0a8c548e3e38450fd01a96f43ed9f494067600.tar.gz
bump 3.7.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 96a28d4c7b67..82b457f1b5a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
- pkgver = 3.7.8
+ pkgver = 3.7.9
pkgrel = 1
url = https://github.com/yardenac/linux-linode
install = linux-linode.install
@@ -25,16 +25,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.7.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.7.8.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.7.9.xz
source = config
source = config.x86_64
source = menu.lst
source = linux-linode.preset
source = change-default-console-loglevel.patch
md5sums = 21223369d682bcf44bcdfe1521095983
- md5sums = bf62e0cbc13524bb802d2ed05c7e2e6a
- md5sums = c32da81e55e7ae80351aa2e7fbab3912
- md5sums = b1273d6e331690e59aacc80d34411864
+ md5sums = 375fa67b3daba9e6040f13a0a29bf543
+ md5sums = 0d1fd8208bc54f399f7332af5bb77548
+ md5sums = c6b60c3fe0027e209a375adefc386124
md5sums = d01f2350ec9f92e2eabcde0f11be24f2
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = 9d3c56a4b999c8bfbd4018089a62f662
diff --git a/PKGBUILD b/PKGBUILD
index 686fe6ca0666..6e10146058cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=linux-linode
_basekernel=3.7
_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"
@@ -17,9 +17,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
"${pkgname}.preset"
'change-default-console-loglevel.patch')
md5sums=('21223369d682bcf44bcdfe1521095983'
- 'bf62e0cbc13524bb802d2ed05c7e2e6a'
- 'c32da81e55e7ae80351aa2e7fbab3912'
- 'b1273d6e331690e59aacc80d34411864'
+ '375fa67b3daba9e6040f13a0a29bf543'
+ '0d1fd8208bc54f399f7332af5bb77548'
+ 'c6b60c3fe0027e209a375adefc386124'
'd01f2350ec9f92e2eabcde0f11be24f2'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'9d3c56a4b999c8bfbd4018089a62f662')
diff --git a/config b/config
index 0bc94ee13364..36ec669ec8a4 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.7.8-1 Kernel Configuration
+# Linux/i386 3.7.9-1 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/config.x86_64 b/config.x86_64
index 3ac308cd128e..54799535af10 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.7.8-1 Kernel Configuration
+# Linux/x86_64 3.7.9-1 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/linux-linode.install b/linux-linode.install
index 44de73896c86..ff2753201c9e 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.7.8-1-linode
+KERNEL_VERSION=3.7.9-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'