From cbbcdc2540055c995cf6966218974340864575b4 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Tue, 6 Dec 2022 10:49:44 +0100 Subject: [PATCH] bump m1n1 version to v1.2.2 as requested by arnd --- bootstrap.sh | 2 +- dcp.sh | 2 +- mini.sh | 2 +- rydarcy.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index e3f1649..f380008 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -45,7 +45,7 @@ build_m1n1() cd m1n1 git fetch -a -t # https://github.com/AsahiLinux/PKGBUILDs/blob/main/m1n1/PKGBUILD - git reset --hard v1.1.8; git clean -f -x -d &> /dev/null + git reset --hard v1.2.2; git clean -f -x -d &> /dev/null make -j `nproc` ) } diff --git a/dcp.sh b/dcp.sh index c637f5e..377adb0 100644 --- a/dcp.sh +++ b/dcp.sh @@ -34,7 +34,7 @@ build_m1n1() test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1 cd m1n1 git fetch -a -t - git reset --hard v1.1.8; + git reset --hard v1.2.2; make -j `nproc` ) } diff --git a/mini.sh b/mini.sh index 79810ce..d219594 100644 --- a/mini.sh +++ b/mini.sh @@ -34,7 +34,7 @@ build_m1n1() test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1 cd m1n1 git fetch -a -t - git reset --hard v1.1.8; + git reset --hard v1.2.2; make -j `nproc` ) } diff --git a/rydarcy.sh b/rydarcy.sh index 89a439e..773045d 100644 --- a/rydarcy.sh +++ b/rydarcy.sh @@ -33,7 +33,7 @@ build_m1n1() test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1 cd m1n1 git fetch -a -t - git reset --hard v1.1.7; + git reset --hard v1.2.2; make -j `nproc` ) } -- 2.39.2