Skip to content

Commit

Permalink
[fmt] Update to 6.2.1 (microsoft#11789)
Browse files Browse the repository at this point in the history
  • Loading branch information
NancyLi1013 authored Jun 12, 2020
1 parent 0a87852 commit 8d399bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/fmt/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: fmt
Version: 6.2.0-1
Version: 6.2.1
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.
4 changes: 2 additions & 2 deletions ports/fmt/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fmtlib/fmt
REF 9bdd1596cef1b57b9556f8bef32dc4a32322ef3e#version 6.2.0
SHA512 3639b4984a88fc5495c6cb1a0a09bb0a13f5dc05286f5a2b15e60dfda780bcc1fe213497006cc27247c3c358be27d8af4dd995db2b3de0f6a5a1288dc1058585
REF 19bd751020a1f3c3363b2eb67a039852f139a8d3#version 6.2.1
SHA512 5d03445c64c3b7973bdf4e445238c63fa41bf0fa8c2d5b32cd56f0a6b3036b039d9c303a06300f3af87795a07f80f2ed28b90ddbf9c3f7398796d77906c21f40
HEAD_REF master
PATCHES fix-warning4189.patch
)
Expand Down

0 comments on commit 8d399bd

Please sign in to comment.