1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:27:45 +00:00

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

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