aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Lu <6320810+kevinlul@users.noreply.github.com>2020-11-30 13:42:58 -0500
committerGitHub <noreply@github.com>2020-11-30 10:42:58 -0800
commit1380e8fd4aabfb502023fb8c640fb7b5d73834e9 (patch)
tree2935d664733f870aa649ccf5353b2ecd6143cd3a
parent0878a821926c8d441c53d691bf9ce60b7b2fe7cf (diff)
downloadvcpkg-1380e8fd4aabfb502023fb8c640fb7b5d73834e9.tar.gz
vcpkg-1380e8fd4aabfb502023fb8c640fb7b5d73834e9.zip
[fmt] Update to 7.1.3 (#14786)
-rw-r--r--ports/fmt/CONTROL2
-rw-r--r--ports/fmt/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/fmt/CONTROL b/ports/fmt/CONTROL
index c04d136ab..23ea3ec68 100644
--- a/ports/fmt/CONTROL
+++ b/ports/fmt/CONTROL
@@ -1,5 +1,5 @@
Source: fmt
-Version: 7.1.2
+Version: 7.1.3
Port-Version: 0
Homepage: https://github.com/fmtlib/fmt
Description: Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.
diff --git a/ports/fmt/portfile.cmake b/ports/fmt/portfile.cmake
index 6c37a7793..692314ff2 100644
--- a/ports/fmt/portfile.cmake
+++ b/ports/fmt/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fmtlib/fmt
- REF cc09f1a6798c085c325569ef466bcdcffdc266d4 # v7.1.2
- SHA512 a7bdd62ec98e3098182bc5080938b37284ced83f007ea3ef45e27407c04fc13a9e5852ab959b3d02088286480924c71e9fd23492c20d8752cf7e890b2a1ec52e
+ REF 7bdf0628b1276379886c7f6dda2cef2b3b374f0b # v7.1.3
+ SHA512 52ea8f9d2c0cb52ec3a740e38fcdfd6a0318566e3b599bd2e8d557168642d005c0a59bc213cff2641a88fed3bb771d15f46c39035ccd64809569af982aba47aa
HEAD_REF master
PATCHES fix-warning4189.patch
)