Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux: version bumped to 3.10. #381

Merged
merged 1 commit into from
Jul 6, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions kernel/linux/DETAILS
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
MODULE=linux
VERSION=3.9.7
VERSION=3.10
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:61d99c3e144d2b31f41cb593bebcd85ddc550bdb
SOURCE2_VFY=sha1:b1c0c425651a164fb8959a631f36c8561b6bf30c
# 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:a649d5c15f68ccbae1c4863e357bdc48da4cc0b4
# SOURCE2_VFY=sha1:
WEB_SITE=http://www.kernel.org
ENTERED=20111121
UPDATED=20130621
UPDATED=20130703
SHORT="The core of a Linux GNU Operating System"
KEEP_SOURCE=on
TMPFS=off
Expand Down