aboutsummaryrefslogtreecommitdiff
path: root/ports/fmt/CONTROL
diff options
context:
space:
mode:
authorKevin Lu <6320810+kevinlul@users.noreply.github.com>2020-08-06 20:09:10 -0400
committerGitHub <noreply@github.com>2020-08-06 17:09:10 -0700
commit4f9117c0dea8e58be6dc4102e40238f57b7b8533 (patch)
treecc2788ea20df9c5c07117d67f16772f0574c0ccb /ports/fmt/CONTROL
parent40c8aab459f6692f68daa0ef431b80ca7ab364c1 (diff)
downloadvcpkg-4f9117c0dea8e58be6dc4102e40238f57b7b8533.tar.gz
vcpkg-4f9117c0dea8e58be6dc4102e40238f57b7b8533.zip
[fmt] Update to 7.0.2 + [spdlog] Update to 1.7.0 (#12312)
* [fmt] Update to 7.0.0 * [fmt] Update to 7.0.1 * [spdlog] Update to 1.7.0 * [quill] Patch for fmt 7.x * [fmt] Update to 7.0.2 * [quill] Update baseline * [fmt] Use vcpkg_replace_string * remove unnecessary change to `SOURCE_PATH` Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
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 ce04fe437..c14780bbb 100644
--- a/ports/fmt/CONTROL
+++ b/ports/fmt/CONTROL
@@ -1,4 +1,4 @@
Source: fmt
-Version: 6.2.1
+Version: 7.0.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.