From 39711dd5c50f3c14a790f28d3fe8a4d6c60935c8 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sat, 14 Jan 2023 18:59:30 +0100 Subject: [PATCH] bump version --- m1n1_uboot_kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index 8eecef8..2ddcc71 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -32,7 +32,7 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard asahi-6.2-rc3-1; + git reset --hard asahi-6.2-rc3-2; cat ../../config.txt > .config make LLVM=${CLANG_VERSION} rustavailable make LLVM=${CLANG_VERSION} olddefconfig -- 2.39.2