mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 22:49:18 +08:00
Merge pull request #3872 from crackedmind/update_fmt
[fmt] Update to 5.1.0
This commit is contained in:
commit
cb02c9036f
@ -1,3 +1,3 @@
|
||||
Source: fmt
|
||||
Version: 5.0.0-1
|
||||
Version: 5.1.0
|
||||
Description: Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.
|
||||
|
@ -2,8 +2,8 @@ include(vcpkg_common_functions)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO fmtlib/fmt
|
||||
REF 5.0.0
|
||||
SHA512 1ce93648ab7aca6082767ff009d5836e226fa42f183852ca15230f371ef0a34878110ca63d8669a68de7f115c137fdaa11de998986a9440f08d50f0f214ebb90
|
||||
REF 5.1.0
|
||||
SHA512 b759a718353254fa8cd981e483bf01a45af0fc76901216404ace5e47f5d3edf43d42422184e5413c221e49832322fdf60d1860e8ec87349c674511064b31e5d6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user