Skip to content

Commit 030c46d

Browse files
esselfedagbrown
authored andcommitted
linux: version bumped to 6.16.3
1 parent aadcd6f commit 030c46d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kernel/linux/DETAILS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MODULE=linux
2-
VERSION=6.16.2
2+
VERSION=6.16.3
33
BASE=$(echo $VERSION | cut -d. -f1,2)
44
SOURCE=$MODULE-$BASE.tar.xz
55
if [ -n "$(echo $VERSION | cut -d. -f3)" ] ; then
@@ -10,10 +10,10 @@ fi
1010
SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v6.x/
1111
SOURCE2_URL[1]=https://www.kernel.org/pub/linux/kernel/v6.x/
1212
SOURCE_VFY=sha256:1a4be2fe6b5246aa4ac8987a8a4af34c42a8dd7d08b46ab48516bcc1befbcd83
13-
SOURCE2_VFY=sha256:aebf91566e73d698dd62549cfd9ed8329976e183dc6628b6f7c9fdb78ba71a40
13+
SOURCE2_VFY=sha256:a75f7bdc6496b65ab58b79900255888791cfd565ea32ac1b3cdbd3da168d95ef
1414
WEB_SITE=https://www.kernel.org/
1515
ENTERED=20111121
16-
UPDATED=20250822
16+
UPDATED=20250823
1717
SHORT="The core of a Linux GNU Operating System"
1818
KEEP_SOURCE=on
1919
TMPFS=off

0 commit comments

Comments
 (0)