Skip to content

Commit

Permalink
Merge pull request #864 from Florin65/linux
Browse files Browse the repository at this point in the history
linux: version bumped to 4.0.1.
  • Loading branch information
Ratler committed Apr 30, 2015
2 parents b35d8cf + a5779d0 commit 4747cd1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions kernel/linux/DETAILS
@@ -1,19 +1,19 @@
MODULE=linux
VERSION=3.19.3
VERSION=4.0.1
BASE=$(echo $VERSION | cut -d. -f1,2)
SOURCE=$MODULE-$BASE.tar.xz
if [ -n "$(echo $VERSION | cut -d. -f3)" ] ; then
SOURCE2=patch-$VERSION.xz
fi
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=sha256:be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c
SOURCE2_VFY=sha256:cd9474b61b859d68f83ff0b769bafef8489d2090e0a933d2a7e5f76a23cc071a
SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v4.x
SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v4.x
SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v4.x
SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v4.x
SOURCE_VFY=sha256:0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991
SOURCE2_VFY=sha256:9b4b47eb6584dc39aaa5db46843b83f7c60975abecbda4dc106a8722eabe96fb
WEB_SITE=http://www.kernel.org/
ENTERED=20111121
UPDATED=20150329
UPDATED=20150429
SHORT="The core of a Linux GNU Operating System"
KEEP_SOURCE=on
TMPFS=off
Expand Down

0 comments on commit 4747cd1

Please sign in to comment.