diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-01 11:07:52 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-01 12:58:15 +0200 |
commit | f969ab6c3d1c4e38f0c73ccfb4f6ebbe3ed9286a (patch) | |
tree | 86dad7c9b1b45bcef8ec3acc9e0ed2b220c0adb6 /test | |
parent | 660c3ceaf227840c2a0b56b78f7097bc28f52b14 (diff) | |
download | justbuild-f969ab6c3d1c4e38f0c73ccfb4f6ebbe3ed9286a.tar.gz |
Update fmt to 10.1.1
Diffstat (limited to 'test')
-rwxr-xr-x | test/bootstrap/test-mixed-bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bootstrap/test-mixed-bootstrap.sh b/test/bootstrap/test-mixed-bootstrap.sh index 2a665445..e9f8681b 100755 --- a/test/bootstrap/test-mixed-bootstrap.sh +++ b/test/bootstrap/test-mixed-bootstrap.sh @@ -44,7 +44,7 @@ cp distdir/v4.0.0.tar.gz "${DISTDIR}" # - fmt rm -rf "${LOCALBASE}/include/fmt*" rm -rf "${LOCALBASE}/lib/libfmt*" -cp distdir/fmt-10.0.0.zip "${DISTDIR}" +cp distdir/fmt-10.1.1.zip "${DISTDIR}" # bootstrap command |