mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Toolchain: Update mold to 1.0.3
This commit is contained in:
parent
1f886f94bd
commit
026cea990a
Notes:
sideshowbarker
2024-07-17 10:04:43 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/026cea990a Pull-request: https://github.com/SerenityOS/serenity/pull/14332
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…
Reference in a new issue