X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/e5e61c74821f8e8fb61f6f7d394bdaa28536a96d..ce492006c529807cfcc3dafc471b71ddd8474c59:/rydarcy.sh 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` ) }