[fmt] Update to 10.1.1 (#33767)

* update fmt to 10.1.1

* fmt baseline and version
This commit is contained in:
Jón Bjarni 2023-09-18 16:58:50 +00:00 committed by GitHub
parent 712089644a
commit c9e2aa851e
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 69a7b8584f828528e3bb4b87153449e96df29bd740adcd42a2e3d50ae4a270c80a5eb2c3057337048be5b978094d8bb73bec3378e3b6370748de2b063dd0aa4b
SHA512 288c349baac5f96f527d5b1bed0fa5f031aa509b4526560c684281388e91909a280c3262a2474d963b5d1bf7064b1c9930c6677fe54a0d8f86982d063296a54c
HEAD_REF master
PATCHES
fix-write-batch.patch

View File

@ -1,6 +1,6 @@
{
"name": "fmt",
"version": "10.1.0",
"version": "10.1.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

@ -2629,7 +2629,7 @@
"port-version": 2
},
"fmt": {
"baseline": "10.1.0",
"baseline": "10.1.1",
"port-version": 0
},
"folly": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dfe9aa860f5a8317f341a21d317be1cf44e89f18",
"version": "10.1.1",
"port-version": 0
},
{
"git-tree": "d8209382ca192426861c6aa91d217ea8512bda46",
"version": "10.1.0",