mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:49:08 +08:00
[fmt] Update to 10.1.1 (#33767)
* update fmt to 10.1.1 * fmt baseline and version
This commit is contained in:
parent
712089644a
commit
c9e2aa851e
@ -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
|
||||
|
@ -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",
|
||||
|
@ -2629,7 +2629,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"fmt": {
|
||||
"baseline": "10.1.0",
|
||||
"baseline": "10.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"folly": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "dfe9aa860f5a8317f341a21d317be1cf44e89f18",
|
||||
"version": "10.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d8209382ca192426861c6aa91d217ea8512bda46",
|
||||
"version": "10.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user