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:
parent
1f886f94bd
commit
026cea990a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue