aboutsummaryrefslogtreecommitdiff
path: root/ports/fmt/CONTROL
diff options
context:
space:
mode:
authorCuroky <cccuroky@gmail.com>2020-03-03 01:35:36 +0800
committerGitHub <noreply@github.com>2020-03-02 09:35:36 -0800
commit705764c63549953c049b34c7a2d67b377d0bd006 (patch)
tree7bf5b86b4d5df51fabe9d7c2a4377021c0fcd3d6 /ports/fmt/CONTROL
parentc3ac3b24ffbc1c6e4fb759c8cd8e7a5aff9a3b94 (diff)
downloadvcpkg-705764c63549953c049b34c7a2d67b377d0bd006.tar.gz
vcpkg-705764c63549953c049b34c7a2d67b377d0bd006.zip
[fmt] Update to 6.1.2 (#10080)
* [fmt] Update to 6.1.2 * [spdlog] add patch to fix include missing * [fmt] check if file exists before file(RENAME ...) * [spdlog] bump version to 1.4.2-2 * [fmt][spdlog] Fix version number
Diffstat (limited to 'ports/fmt/CONTROL')
-rw-r--r--ports/fmt/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/fmt/CONTROL b/ports/fmt/CONTROL
index cdbb9362d..48f758b10 100644
--- a/ports/fmt/CONTROL
+++ b/ports/fmt/CONTROL
@@ -1,4 +1,4 @@
Source: fmt
-Version: 6.0.0-1
+Version: 6.1.2
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.