diff options
-rw-r--r-- | etc/repos.json | 10 | ||||
-rwxr-xr-x | test/bootstrap/test-mixed-bootstrap.sh | 2 |
2 files changed, 6 insertions, 6 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" diff --git a/test/bootstrap/test-mixed-bootstrap.sh b/test/bootstrap/test-mixed-bootstrap.sh index e9f8681b..80a082f3 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.1.1.zip "${DISTDIR}" +cp distdir/fmt-10.2.1.zip "${DISTDIR}" # bootstrap command |