Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions kernel/linux/DETAILS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MODULE=linux
VERSION=6.17.1
VERSION=6.17.3
BASE=$(echo $VERSION | cut -d. -f1,2)
SOURCE=$MODULE-$BASE.tar.xz
if [ -n "$(echo $VERSION | cut -d. -f3)" ] ; then
Expand All @@ -10,10 +10,10 @@ fi
SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v6.x/
SOURCE2_URL[1]=https://www.kernel.org/pub/linux/kernel/v6.x/
SOURCE_VFY=sha256:9b607166a1c999d8326098121222feb080a20a3253975fcdfa2de96ba7f757a7
SOURCE2_VFY=sha256:6a3f75f0cdd004e3985dce2cc321966486027541e419df4e41a1fdd4b951f25d
SOURCE2_VFY=sha256:a58303b7cb1bfccb66eb269242e2bf9e65aaeecf83492f49f2480ae4fad811f5
WEB_SITE=https://www.kernel.org/
ENTERED=20111121
UPDATED=20251007
UPDATED=20251015
SHORT="The core of a Linux GNU Operating System"
KEEP_SOURCE=on
TMPFS=off
Expand Down