[fmt] update to 7.1.2 (#14413)

This commit is contained in:
bl-ue 2020-11-06 16:19:33 -05:00 committed by GitHub
parent 2dce645f2a
commit d218ca7e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: fmt
Version: 7.1.1
Version: 7.1.2
Port-Version: 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

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fmtlib/fmt
REF 5f7f7b954d0e958f3d94f3d906177c6a1090f079 # v7.1.1
SHA512 d0453e96a9c09641a1931b8fce15ac8544252f72373159809c9a5227ac1408d8e00a0de33dfa007afa586adbc06ab6a9c8f3bd20dc6911927fab1d4cc6fc7c03
REF cc09f1a6798c085c325569ef466bcdcffdc266d4 # v7.1.2
SHA512 a7bdd62ec98e3098182bc5080938b37284ced83f007ea3ef45e27407c04fc13a9e5852ab959b3d02088286480924c71e9fd23492c20d8752cf7e890b2a1ec52e
HEAD_REF master
PATCHES fix-warning4189.patch
)