Skip to content

Commit 565ffbb

Browse files
committed
main/linux-stable: update to 7.0.6
1 parent c59cc27 commit 565ffbb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

main/linux-stable-zfs-bin/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname = "linux-stable-zfs-bin"
2-
pkgver = "2.4.1.7.0.5"
2+
pkgver = "2.4.1.7.0.6"
33
_zfsver = ".".join(pkgver.split(".")[0:3])
44
_kernver = pkgver[len(_zfsver) + 1 :]
55
pkgrel = 0

main/linux-stable/template.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# update linux-stable-zfs-bin when bumping
22
pkgname = "linux-stable"
3-
pkgver = "7.0.5"
3+
pkgver = "7.0.6"
44
pkgrel = 0
55
archs = [
66
"aarch64",
@@ -22,7 +22,7 @@
2222
license = "GPL-2.0-only"
2323
url = "https://kernel.org"
2424
source = f"https://cdn.kernel.org/pub/linux/kernel/v{pkgver[0]}.x/linux-{pkgver}.tar.xz"
25-
sha256 = "965fb0a1c1675399fc60c6063b227c0523041b5f9a662b66462f1212c438ac3c"
25+
sha256 = "cba44440aa57affd7c21241dc5bc234b0df53c499f8ffc3ebc290dd3390a7523"
2626
# no meaningful checking to be done
2727
options = [
2828
"!check",

0 commit comments

Comments
 (0)