aboutsummaryrefslogtreecommitdiff
path: root/ports/fmt
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-09-18 02:28:21 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-09-19 14:13:12 -0700
commit64a7483a4a4c9d176896ec7aec08a6acef4ea8f3 (patch)
tree6e16e3922f50a795cb1b0125f84c62e6f55610fe /ports/fmt
parent7e5bb652fba1d6ca805a73fd992ab5e7e1945b61 (diff)
downloadvcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.tar.gz
vcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.zip
Upgrades 2018.09.18
Diffstat (limited to 'ports/fmt')
-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 64cdec426..88f41b36e 100644
--- a/ports/fmt/CONTROL
+++ b/ports/fmt/CONTROL
@@ -1,3 +1,3 @@
Source: fmt
-Version: 5.1.0
+Version: 5.2.0
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 3cd23d8fe..9389d2fbf 100644
--- a/ports/fmt/portfile.cmake
+++ b/ports/fmt/portfile.cmake
@@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fmtlib/fmt
- REF 5.1.0
- SHA512 b759a718353254fa8cd981e483bf01a45af0fc76901216404ace5e47f5d3edf43d42422184e5413c221e49832322fdf60d1860e8ec87349c674511064b31e5d6
+ REF 5.2.0
+ SHA512 75d53e6d8087288607f75fb891bb8812c7b9fe65e5ab7a20cdffeb5e56bd1f48e0de24c8cf1c2dd603fe3ed76f9fa067804ec5d3560f177db8f0a747c36f9d1c
HEAD_REF master
)