Toolchain: Update mold to 1.0.3

This commit is contained in:
kleines Filmröllchen 2022-06-19 16:31:29 +02:00 committed by Linus Groh
parent 1f886f94bd
commit 026cea990a
Notes: sideshowbarker 2024-07-17 10:04:43 +09:00

View file

@ -29,7 +29,7 @@ if [ "$1" = "--git" ]; then
git pull
else
VERSION=1.0.2
VERSION=1.0.3
[ ! -e mold-$VERSION.tar.gz ] && curl -L "https://github.com/rui314/mold/archive/refs/tags/v$VERSION.tar.gz" -o mold-$VERSION.tar.gz
[ ! -e mold-$VERSION ] && tar -xzf mold-$VERSION.tar.gz
cd mold-$VERSION