[Lunar-commits] <moonbase-core> Merge pull request #187 from Florin65/kernel
Auke Kok
sofar+github at foo-projects.org
Tue Dec 18 18:17:01 CET 2012
commit 10e0b38583eda0034743c21849ace3070412dfd5
Author: Auke Kok <sofar+github at foo-projects.org>
Date: Tue, 18 Dec 2012 09:17:01 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/10e0b38583eda0034743c21849ace3070412dfd5
Merge pull request #187 from Florin65/kernel
linux: version bumped to 3.7.
---
kernel/linux/DETAILS | +7/-7
1 file changed
--- a/kernel/linux/DETAILS
+++ b/kernel/linux/DETAILS
@@ -1,17 +1,17 @@
MODULE=linux
- VERSION=3.6.10
+ VERSION=3.7
BASE=$(echo $VERSION | cut -d. -f1,2)
SOURCE=$MODULE-$BASE.tar.xz
- SOURCE2=patch-$VERSION.bz2
+# SOURCE2=patch-$VERSION.bz2
SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v3.x
SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v3.x
- SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v3.x
- SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v3.x
- SOURCE_VFY=sha1:e0bffe68a714cf3cb8548aff39c5311b2135b18c
- SOURCE2_VFY=sha1:efc9fb174bdb4af06aec2a6937a8ec0d9f280031
+# SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v3.x
+# SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v3.x
+ SOURCE_VFY=sha1:18a30cecd740f118013839333d9774e79b6a7510
+# SOURCE2_VFY=sha1:efc9fb174bdb4af06aec2a6937a8ec0d9f280031
WEB_SITE=http://www.kernel.org
ENTERED=20111121
- UPDATED=20121211
+ UPDATED=20121214
SHORT="The core of a Linux GNU Operating System"
KEEP_SOURCE=on
TMPFS=off
More information about the Lunar-commits
mailing list