update tarballs to 0.13.0-dev.130+98a30acad

This commit is contained in:
Andrew Kelley
2024-05-08 22:57:45 -07:00
parent 98a30acad6
commit 74f52954b9
10 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ set -e
ARCH="$(uname -m)"
TARGET="$ARCH-linux-musl"
MCPU="baseline"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.13.0-dev.69+c8b808826"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.13.0-dev.130+98a30acad"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"