diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-05-06 21:23:34 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-05-06 21:23:34 +0200 |
commit | 9062bd3d3af7f135718fbc650ff4ef3c05d6f93f (patch) | |
tree | 3e36d1cd1f3ea40b99470eb6a3102611527e7d43 /src | |
parent | bce26048b1db408ee8ba79d16fd2dd47ac02c808 (diff) |
bump kernel version
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index c392ce4..3e345e1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,7 +7,7 @@ use std::io::{self, prelude::*}; use std::path::Path; use std::process::{Command, Stdio}; -const LATEST: &str = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.7.tar.xz"; +const LATEST: &str = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.3.1.tar.xz"; const CONFIG: &str = r#" CONFIG_ARCH_BCM2835=y |