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.18.2
VERSION=6.18.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:9106a4605da9e31ff17659d958782b815f9591ab308d03b0ee21aad6c7dced4b
SOURCE2_VFY=sha256:cc603703572e2efad9d1b59d88def7e7dbed1e807e1e33a17bd08ef26ba7f880
SOURCE2_VFY=sha256:7f7c6860257727176412596da2f73530003d7416a7c1cfbb9358cf6ca1b59a03
WEB_SITE=https://www.kernel.org/
ENTERED=20111121
UPDATED=20251219
UPDATED=20260103
SHORT="The core of a Linux GNU Operating System"
KEEP_SOURCE=on
TMPFS=off
Expand Down