[fmt] update to 8.1.0 (#22349)

* [fmt] Upgrade to v8.1.0

* update version

* version-semver -> version

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
This commit is contained in:
双草酸酯 2022-01-06 11:28:29 +08:00 committed by GitHub
parent 5c09112d26
commit b87c730e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fmtlib/fmt
REF d141cdbeb0fb422a3fb7173b285fd38e0d1772dc # v8.0.1
SHA512 1171f0305bed07497d2957b4053e8802030f448921c5bc1b066345dc1e77fbdb96d2c7f323452a32278ae4adb01e69e80b816119b0821e37d50980800e7406f8
REF 64dc8fbada9898fccddce0dda3cb0c9695712a3d # v8.1.0
SHA512 83fafbaf0901147f8e835906ad6d0c0a41d26f9e4a59c82b99c1e052b0df2a74fbe5aac4fa7aa3eba1483adc9a80b36bb1ed32c7b93f369a66bdb388347f95ff
HEAD_REF master
PATCHES
fix-write-batch.patch

View File

@ -1,6 +1,6 @@
{
"name": "fmt",
"version-semver": "8.0.1",
"version": "8.1.0",
"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",
"dependencies": [

View File

@ -2217,7 +2217,7 @@
"port-version": 4
},
"fmt": {
"baseline": "8.0.1",
"baseline": "8.1.0",
"port-version": 0
},
"folly": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3aa440d7c335eb584170ae5fdf4eea6a17c900ee",
"version": "8.1.0",
"port-version": 0
},
{
"git-tree": "105214e3085a1404bca0fa89e7d80aa016e8cacb",
"version-semver": "8.0.1",