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
8 changes: 4 additions & 4 deletions kernel/linux/DETAILS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MODULE=linux
VERSION=6.17.11
VERSION=6.18.1
BASE=$(echo $VERSION | cut -d. -f1,2)
SOURCE=$MODULE-$BASE.tar.xz
if [ -n "$(echo $VERSION | cut -d. -f3)" ] ; then
Expand All @@ -9,11 +9,11 @@ fi
SOURCE_URL[1]=https://www.kernel.org/pub/linux/kernel/v6.x/
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:45c01e69183c9525e9611cc304f4da62734848b230f2cdae880280d68e6db074
SOURCE_VFY=sha256:9106a4605da9e31ff17659d958782b815f9591ab308d03b0ee21aad6c7dced4b
SOURCE2_VFY=sha256:d998cc20acf4d450d765423b4d6ba603f351e4b1ab1b929b678b8bb23d410f0e
WEB_SITE=https://www.kernel.org/
ENTERED=20111121
UPDATED=20251207
UPDATED=20251212
SHORT="The core of a Linux GNU Operating System"
KEEP_SOURCE=on
TMPFS=off
Expand Down