Skip to content

Commit

Permalink
Merge pull request #70 from Florin65/linux
Browse files Browse the repository at this point in the history
linux: version bumped to 3.5.1.
  • Loading branch information
Ratler committed Aug 10, 2012
2 parents 80a5008 + 544d9b4 commit 32f91d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kernel/linux/DETAILS
@@ -1,17 +1,17 @@
MODULE=linux
VERSION=3.5
VERSION=3.5.1
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
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:732b67c5d836b7d59ad201f8b5104ca501b1d2bc
# SOURCE2_VFY=sha1:
SOURCE2_VFY=sha1:3c290f2cb7d0c3f77d31817e11ca2d7f89434ccf
WEB_SITE=http://www.kernel.org
ENTERED=20111121
UPDATED=20120723
UPDATED=20120810
SHORT="The core of a Linux GNU Operating System"
KEEP_SOURCE=on
TMPFS=off
Expand Down

0 comments on commit 32f91d8

Please sign in to comment.