]> git.zerfleddert.de Git - m1-debian/commitdiff
bump m1n1 version to v1.2.2 as requested by arnd
authorThomas Glanzmann <thomas@glanzmann.de>
Tue, 6 Dec 2022 09:49:44 +0000 (10:49 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Tue, 6 Dec 2022 09:49:44 +0000 (10:49 +0100)
bootstrap.sh
dcp.sh
mini.sh
rydarcy.sh

index e3f1649ece6c54ad0c5a8170dd24e20c8ad43440..f380008a0919fc1079b1927fb1cac4379b6b97a5 100755 (executable)
@@ -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 c637f5e82b373df534f12c74c90dd789274f0781..377adb0acb861df734456df50c517282a7c75d57 100644 (file)
--- 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 79810ceac7b79d0a0e2b89938c11b22c7689ace4..d2195942acf4bcda8b681f4354c35e16bd272b27 100644 (file)
--- 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`
 )
 }
index 89a439e6ec0ae3421273b05ffe6a5566ee9578f2..773045d40c79ca9e1dc05fcdcac5067c3aa28e85 100644 (file)
@@ -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`
 )
 }
Impressum, Datenschutz