From: Thomas Glanzmann Date: Tue, 6 Dec 2022 09:49:44 +0000 (+0100) Subject: bump m1n1 version to v1.2.2 as requested by arnd X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/cbbcdc2540055c995cf6966218974340864575b4 bump m1n1 version to v1.2.2 as requested by arnd --- 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` ) }