From 05a57650f3bb6b12aca4f87703a57642d91f84cd Mon Sep 17 00:00:00 2001 From: chausner <15180557+chausner@users.noreply.github.com> Date: Thu, 17 Aug 2023 19:52:12 +0200 Subject: [PATCH] [fmt] Update to 10.1.0 (#33128) * Update fmt to 10.1.0 * Update CI baseline --------- Co-authored-by: chausner Co-authored-by: Cheney-Wang <850426846@qq.com> --- ports/fmt/portfile.cmake | 2 +- ports/fmt/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/f-/fmt.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/fmt/portfile.cmake b/ports/fmt/portfile.cmake index d5b73076657..9d3aaa2b9d3 100644 --- a/ports/fmt/portfile.cmake +++ b/ports/fmt/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO fmtlib/fmt REF "${VERSION}" - SHA512 6188508d74ca1ed75bf6441b152c07ca83971d3104b37f33784a7b55dfcc614d6243e77e0a14220018586fdb86207cc033eece834e7acd5e0907ed4c97403f3b + SHA512 69a7b8584f828528e3bb4b87153449e96df29bd740adcd42a2e3d50ae4a270c80a5eb2c3057337048be5b978094d8bb73bec3378e3b6370748de2b063dd0aa4b HEAD_REF master PATCHES fix-write-batch.patch diff --git a/ports/fmt/vcpkg.json b/ports/fmt/vcpkg.json index 71db2116205..bd6d088ff58 100644 --- a/ports/fmt/vcpkg.json +++ b/ports/fmt/vcpkg.json @@ -1,6 +1,6 @@ { "name": "fmt", - "version": "10.0.0", + "version": "10.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", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index fc312ae2b57..da911d21c9b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2617,7 +2617,7 @@ "port-version": 2 }, "fmt": { - "baseline": "10.0.0", + "baseline": "10.1.0", "port-version": 0 }, "folly": { diff --git a/versions/f-/fmt.json b/versions/f-/fmt.json index ed8f0bb0f2d..64e4542d70a 100644 --- a/versions/f-/fmt.json +++ b/versions/f-/fmt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d8209382ca192426861c6aa91d217ea8512bda46", + "version": "10.1.0", + "port-version": 0 + }, { "git-tree": "eedb31bb1318118ec6a2d1bec60ab12e484092fd", "version": "10.0.0",