diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-03-25 12:32:52 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-03-26 17:34:04 +0100 |
commit | 96bcf5e1a7615b9aa15d767a25c887b0bbdc34da (patch) | |
tree | 33776d6486e4e9d41948ea68bf9f99ce69b946dc /etc | |
parent | 11d424bce0cbd85fb7ff82c506fce30186378216 (diff) | |
download | justbuild-96bcf5e1a7615b9aa15d767a25c887b0bbdc34da.tar.gz |
third-party: Update fmt to v10.2.1
Also updates the test-mixed-bootstrap script which must use the
explicit library version.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repos.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/repos.json b/etc/repos.json index 1eec4d2e..ae4d387c 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -217,11 +217,11 @@ , "fmt": { "repository": { "type": "zip" - , "content": "cc5c5716a567b89ed227096522a2073b5ef3d4df" - , "fetch": "https://github.com/fmtlib/fmt/releases/download/10.1.1/fmt-10.1.1.zip" - , "sha256": "b84e58a310c9b50196cda48d5678d5fa0849bca19e5fdba6b684f0ee93ed9d1b" - , "sha512": "ea5fec1330e14a7e73f5820afbcb0131320ae00e567e9f66479592dfc5eae7f275fa42b2be3d6afe034e14460365cb5be8bfd8c975d3b71143308e3cbf788e27" - , "subdir": "fmt-10.1.1" + , "content": "c54a3ec3cba9177c0be51051b762a74449ea1466" + , "fetch": "https://github.com/fmtlib/fmt/releases/download/10.2.1/fmt-10.2.1.zip" + , "sha256": "312151a2d13c8327f5c9c586ac6cf7cddc1658e8f53edae0ec56509c8fa516c9" + , "sha512": "1cf0e3dd09c7d87e0890b8743559159d3be2a8f33c135516962d17c4eeb7b00659e6acd74518bd5566ee4e83ddaba155fecb4c229f90cd258b3b832e72ad82cd" + , "subdir": "fmt-10.2.1" } , "target_root": "import targets" , "target_file_name": "TARGETS.fmt" |