[fmt] Update to 6.0.0 (#7910)

This commit is contained in:
Kevin Lu 2019-08-26 17:32:35 -04:00 committed by Curtis J Bezault
parent c3b5fd0b18
commit c446b0621a
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: fmt
Version: 5.3.0-2
Version: 6.0.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.

View File

@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fmtlib/fmt
REF 5.3.0
SHA512 9ef0f3d328681253c1e1776576d54d67dec49c19fd7fc422ae63c3610b01a3f05f6e83cdf5e913dfd09bac42e52fe35c38ebe1ea91f4207d226a32aaf69eb4a8
REF 6.0.0
SHA512 7deb5bd843ae6b9d4b58dca9c68c1cfe7b55a41040f358247f5309655188d1ae194ff414437c068f74367f078faa214b5883e8c9e634c7623dcda50850e24766
HEAD_REF master
)
vcpkg_configure_cmake(