From da464678859e1c09676c59e838980262a04f2a31 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 2 Oct 2023 11:14:38 -0400 Subject: [PATCH 1/2] linux: update to 6.5. --- srcpkgs/linux/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template index 16471ed4b9cbf..81732d00e0f97 100644 --- a/srcpkgs/linux/template +++ b/srcpkgs/linux/template @@ -1,6 +1,6 @@ # Template file for 'linux' pkgname=linux -version=6.3 +version=6.5 revision=1 build_style=meta depends="linux${version} linux-base" From 73ab8a161f803f54c9b335a4f7ea4f397e1ffbf6 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 2 Oct 2023 11:14:44 -0400 Subject: [PATCH 2/2] linux-lts: update to 6.1. --- srcpkgs/linux-lts/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/linux-lts/template b/srcpkgs/linux-lts/template index 54b024cefd0c6..638ad8aa7af01 100644 --- a/srcpkgs/linux-lts/template +++ b/srcpkgs/linux-lts/template @@ -1,6 +1,6 @@ # Template file for 'linux-lts' pkgname=linux-lts -version=5.15 +version=6.1 revision=1 build_style=meta depends="linux${version} linux-base"