Browse Source

Toolchain: Update mold to 1.0.3

kleines Filmröllchen 3 years ago
parent
commit
026cea990a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Toolchain/BuildMold.sh

+ 1 - 1
Toolchain/BuildMold.sh

@@ -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