From df4a375a82ff86b641489f3fe2c24bc445f2af42 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Tue, 6 Dec 2022 19:36:47 +0100 Subject: [PATCH] bump versions --- bootstrap.sh | 2 +- dcp.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index f380008..a6b9b3c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -31,7 +31,7 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard asahi-6.1-rc6-5; git clean -f -x -d &> /dev/null + git reset --hard asahi-6.1-rc8-2; git clean -f -x -d &> /dev/null cat ../../config-16k.txt > .config make olddefconfig make -j `nproc` V=0 bindeb-pkg > /dev/null diff --git a/dcp.sh b/dcp.sh index 377adb0..5f619d6 100644 --- a/dcp.sh +++ b/dcp.sh @@ -18,7 +18,7 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard asahi-6.1-rc6-5 + git reset --hard asahi-6.1-rc8-2 source "$HOME/.cargo/env" curl -o .config https://tg.st/u/1dbcb0d155911d80f29e61153f53e39bff1c6198f9ed0673520d4cf45343fa9f.config make LLVM=-14 olddefconfig -- 2.39.2