diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-19 10:29:21 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-19 13:51:05 +0200 |
commit | f8010dad456b77d69c56787342752f6ed0bc2d01 (patch) | |
tree | 4fe862a95d3157863717a54cc062d3025381b2e8 /test | |
parent | 4dfd1796bd36994dc72f3674349b0476f150cb7d (diff) | |
download | justbuild-f8010dad456b77d69c56787342752f6ed0bc2d01.tar.gz |
Update fmt to 11.2.0
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 1be9b07a..dde0515c 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-11.1.3.zip "${DISTDIR}" +cp distdir/fmt-11.2.0.zip "${DISTDIR}" # bootstrap command |