[fmt] Update to 10.2.1 (#36033)

This commit is contained in:
Bruce Mitchener 2024-01-04 20:00:31 -05:00 committed by GitHub
parent 87e969a6d9
commit b8ec6abf5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fmtlib/fmt
REF "${VERSION}"
SHA512 b90f8ab1692fcae9146f8cad5c5c26a2b5ceb6a0460003e01cabe8a75c0aa2fea1c3760dc3214eddaf08984a1695747ea8b1f3124c40c54cbadfd45458fa4b2d
SHA512 27df90c681ec37e55625062a79e3b83589b6d7e94eff37a3b412bb8c1473f757a8adb727603acc9185c3490628269216843b7d7bd5a3cb37f0029da5d1495ffa
HEAD_REF master
PATCHES
fix-write-batch.patch

View File

@ -1,6 +1,6 @@
{
"name": "fmt",
"version": "10.2.0",
"version": "10.2.1",
"description": "Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.",
"homepage": "https://github.com/fmtlib/fmt",
"license": "MIT",

View File

@ -2713,7 +2713,7 @@
"port-version": 2
},
"fmt": {
"baseline": "10.2.0",
"baseline": "10.2.1",
"port-version": 0
},
"folly": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "405156a2b01c91258bf66768ceb3ae75c1caba7f",
"version": "10.2.1",
"port-version": 0
},
{
"git-tree": "f91bb86075f45f6fad0c35ab9e87d8ea43c9d389",
"version": "10.2.0",