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 6.12.4 #3702

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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.12.3
VERSION=6.12.4
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:b1a2562be56e42afb3f8489d4c2a7ac472ac23098f1ef1c1e40da601f54625eb
SOURCE2_VFY=sha256:f1e8e172be21898ffed767271ec5cb3c441d0877d1d559e80ce0e8d237fc69d9
SOURCE2_VFY=sha256:ba790766fca3eadade5cf74f0c181a8e42a77556f71d9af4b2bd4a53c8b98641
WEB_SITE=https://www.kernel.org/
ENTERED=20111121
UPDATED=20241206
UPDATED=20241209
SHORT="The core of a Linux GNU Operating System"
KEEP_SOURCE=on
TMPFS=off
Expand Down