[Lunar-commits] <moonbase-core> linux: version bumped to 3.9.0.
Florin Braescu
florin at lunar-linux.org
Wed May 1 11:09:17 CEST 2013
commit 97957f141f8cd44ae32f0896fe9a4efd307c84a3
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 30 Apr 2013 23:29:16 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/97957f141f8cd44ae32f0896fe9a4efd307c84a3
linux: version bumped to 3.9.0.
---
kernel/linux/DEPENDS | +1/-0
kernel/linux/DETAILS | +7/-7
2 files changed, 8 insertions(+), 7 deletions(-)
--- a/kernel/linux/DEPENDS
+++ b/kernel/linux/DEPENDS
@@ -1,3 +1,4 @@
depends autoconf
depends %KMOD
depends linux-firmware
+depends bc
\ No newline at end of file
--- a/kernel/linux/DETAILS
+++ b/kernel/linux/DETAILS
@@ -1,17 +1,17 @@
MODULE=linux
- VERSION=3.8.10
+ VERSION=3.9
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:70f998b787b0ce96e36d5b0d8f40e3988566f9f2
- SOURCE2_VFY=sha1:33ef64db392293887496ff04c1f39fce249ec709
+# 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:61d99c3e144d2b31f41cb593bebcd85ddc550bdb
+# SOURCE2_VFY=sha1:33ef64db392293887496ff04c1f39fce249ec709
WEB_SITE=http://www.kernel.org
ENTERED=20111121
- UPDATED=20130427
+ UPDATED=20130430
SHORT="The core of a Linux GNU Operating System"
KEEP_SOURCE=on
TMPFS=off
More information about the Lunar-commits
mailing list