diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-10 11:05:07 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-10 15:39:33 +0200 |
commit | 5e3df9f382b93d672a16339252abfce27d3b5da8 (patch) | |
tree | 0f5bc1e0ad9c9bc44e79b64f32a92bb45b03bd6b /test | |
parent | ccbfaa6901418363c2b79947b1ad1da33beeced3 (diff) | |
download | justbuild-5e3df9f382b93d672a16339252abfce27d3b5da8.tar.gz |
third-party: update fmt, cli11, zlib
Those are trivial dependency updates without the need to
change the build description. The new versions now are
- fmt 11.0.2
- cli11 2.4.2
- zlib 1.3.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 80a082f3..2eaf37f7 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.2.1.zip "${DISTDIR}" +cp distdir/fmt-11.0.2.zip "${DISTDIR}" # bootstrap command |