Skip to content

Commit

Permalink
[fmt] Update to 10.2.0 (microsoft#35971)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jan 2, 2024
1 parent c5c8f07 commit a344996
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 20 deletions.
15 changes: 0 additions & 15 deletions ports/fmt/fix-format-conflict.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/fmt/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fmtlib/fmt
REF "${VERSION}"
SHA512 288c349baac5f96f527d5b1bed0fa5f031aa509b4526560c684281388e91909a280c3262a2474d963b5d1bf7064b1c9930c6677fe54a0d8f86982d063296a54c
SHA512 b90f8ab1692fcae9146f8cad5c5c26a2b5ceb6a0460003e01cabe8a75c0aa2fea1c3760dc3214eddaf08984a1695747ea8b1f3124c40c54cbadfd45458fa4b2d
HEAD_REF master
PATCHES
fix-write-batch.patch
fix-format-conflict.patch
)

vcpkg_cmake_configure(
Expand Down Expand Up @@ -35,4 +34,4 @@ file(REMOVE_RECURSE
)

file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.rst")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
2 changes: 1 addition & 1 deletion ports/fmt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fmt",
"version": "10.1.1",
"version": "10.2.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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2713,7 +2713,7 @@
"port-version": 2
},
"fmt": {
"baseline": "10.1.1",
"baseline": "10.2.0",
"port-version": 0
},
"folly": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fmt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f91bb86075f45f6fad0c35ab9e87d8ea43c9d389",
"version": "10.2.0",
"port-version": 0
},
{
"git-tree": "dfe9aa860f5a8317f341a21d317be1cf44e89f18",
"version": "10.1.1",
Expand Down

0 comments on commit a344996

Please sign in to comment.