aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--config.x86_642
-rw-r--r--linux-linode.install2
4 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 681d7bd9d697..dab775b32f45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
- pkgver = 3.7.1
- pkgrel = 2
+ pkgver = 3.7.2
+ pkgrel = 1
url = https://github.com/yardenac/linux-linode
install = linux-linode.install
arch = i686
@@ -25,7 +25,7 @@ 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.1.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.7.2.xz
source = config
source = config.x86_64
source = menu.lst
@@ -33,9 +33,9 @@ pkgbase = linux-linode
source = fix-watchdog-3.7.patch
source = change-default-console-loglevel.patch
md5sums = 21223369d682bcf44bcdfe1521095983
- md5sums = 48f5f530b048e387e978e3e49de7742a
+ md5sums = 132211742278e18b8f4808754d85e66c
md5sums = decead29c19b529a6776f7774c1bd104
- md5sums = 49166175551bb52106bff00eb7b6362a
+ md5sums = c8eaf98829288430609ab534c5c0b96a
md5sums = d01f2350ec9f92e2eabcde0f11be24f2
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = 05825098356199a0d76bd5b337bab2e4
diff --git a/PKGBUILD b/PKGBUILD
index b40a7e55a4af..3037d09f9bcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@ pkgname=linux-linode
_basekernel=3.7
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.1
-pkgrel=2
+pkgver=${_basekernel}.2
+pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/yardenac/linux-linode"
license=(GPL2)
@@ -18,9 +18,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
'fix-watchdog-3.7.patch'
'change-default-console-loglevel.patch')
md5sums=('21223369d682bcf44bcdfe1521095983'
- '48f5f530b048e387e978e3e49de7742a'
+ '132211742278e18b8f4808754d85e66c'
'decead29c19b529a6776f7774c1bd104'
- '49166175551bb52106bff00eb7b6362a'
+ 'c8eaf98829288430609ab534c5c0b96a'
'd01f2350ec9f92e2eabcde0f11be24f2'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'05825098356199a0d76bd5b337bab2e4'
diff --git a/config.x86_64 b/config.x86_64
index 9f5eea90c059..2fdf57a504ec 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.7.1-2 Kernel Configuration
+# Linux/x86_64 3.7.2-1 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/linux-linode.install b/linux-linode.install
index 9c7da7c092b0..1b2c273ecc34 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.1-2-linode
+KERNEL_VERSION=3.7.2-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'