Skip to content

Commit 27cae16

Browse files
authored
linux: bumped to version 7.0.4 (lunar-linux#4209)
1 parent da0a012 commit 27cae16

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

kernel/linux/DETAILS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
MODULE=linux
2-
VERSION=6.19.13
2+
VERSION=7.0.4
33
BASE=$(echo $VERSION | cut -d. -f1,2)
44
SOURCE=$MODULE-$BASE.tar.xz
55
if [ -n "$(echo $VERSION | cut -d. -f3)" ] ; then
66
SOURCE2=patch-$VERSION.xz
77
fi
8-
SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v6.x/
9-
SOURCE_URL[1]=https://www.kernel.org/pub/linux/kernel/v6.x/
10-
SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v6.x/
11-
SOURCE2_URL[1]=https://www.kernel.org/pub/linux/kernel/v6.x/
12-
SOURCE_VFY=sha256:303079a8250b8f381f82b03f90463d12ac98d4f6b149b761ea75af1323521357
13-
SOURCE2_VFY=sha256:71a55ffd4de97d7dd93b082974fff3f70935b7e12eefa1db53b527a949a97dd6
8+
SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v7.x/
9+
SOURCE_URL[1]=https://www.kernel.org/pub/linux/kernel/v7.x/
10+
SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v7.x/
11+
SOURCE2_URL[1]=https://www.kernel.org/pub/linux/kernel/v7.x/
12+
SOURCE_VFY=sha256:bb7f6d80b387c757b7d14bb93028fcb90f793c5c0d367736ee815a100b3891f0
13+
SOURCE2_VFY=sha256:483b0438d97d158353e80602b9d45df685601fcc1bf665930a9f03d9ac59d65f
1414
WEB_SITE=https://www.kernel.org/
1515
ENTERED=20111121
16-
UPDATED=20260419
16+
UPDATED=20260507
1717
SHORT="The core of a Linux GNU Operating System"
1818
TMPFS=off
1919
KEEP_SOURCE=on

0 commit comments

Comments
 (0)