[fmt] Update to 5.3.0 (#5136)

This commit is contained in:
Daniel Marshall 2019-01-14 22:29:58 +00:00 committed by Codiferous
parent 531515c4ca
commit e86780d75f
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: fmt
Version: 5.2.1
Version: 5.3.0
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.2.1
SHA512 2b63a741df4df9c3cbf04098c6548bb3d0f9836fe912325542298df57c888f43e72159469fb87685b423694e43e4418545377d5ee6393f2709955be2c13780a8
REF 5.3.0
SHA512 9ef0f3d328681253c1e1776576d54d67dec49c19fd7fc422ae63c3610b01a3f05f6e83cdf5e913dfd09bac42e52fe35c38ebe1ea91f4207d226a32aaf69eb4a8
HEAD_REF master
)