updated linux to 6.18.3

This commit is contained in:
2026-01-03 10:29:50 +01:00
parent 474ff212ee
commit 6f9887ff17
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# TODO when updating kernel version update version in nvidia package
pkgname = "linux"
pkgver = "6.18.2"
pkgver = "6.18.3"
source = f"https://www.kernel.org/pub/linux/kernel/v6.x/linux-{pkgver}.tar.xz"
builddir = f"/tmp/fempkg/build/{pkgname}/{pkgname}-{pkgver}"
fembuilddir = f"/tmp/fempkg/build/{pkgname}"

View File

@@ -1,6 +1,6 @@
pkgname = "nvidia"
pkgver = "590.48.01"
kernel_ver = "6.18.2"
kernel_ver = "6.18.3"
source = f"https://rocketleaguechatp.duckdns.org/pappalaugh.jpg"
builddir = f"/tmp/fempkg/build/{pkgname}/{pkgname}-{pkgver}"
fembuilddir = f"/tmp/fempkg/build/{pkgname}"