Skip to content

Commit

Permalink
[fmt] Update to 7.1.3 (microsoft#14786)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul authored Nov 30, 2020
1 parent 0878a82 commit 1380e8f
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,5 +1,5 @@
Source: fmt
Version: 7.1.2
Version: 7.1.3
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.
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 cc09f1a6798c085c325569ef466bcdcffdc266d4 # v7.1.2
SHA512 a7bdd62ec98e3098182bc5080938b37284ced83f007ea3ef45e27407c04fc13a9e5852ab959b3d02088286480924c71e9fd23492c20d8752cf7e890b2a1ec52e
REF 7bdf0628b1276379886c7f6dda2cef2b3b374f0b # v7.1.3
SHA512 52ea8f9d2c0cb52ec3a740e38fcdfd6a0318566e3b599bd2e8d557168642d005c0a59bc213cff2641a88fed3bb771d15f46c39035ccd64809569af982aba47aa
HEAD_REF master
PATCHES fix-warning4189.patch
)
Expand Down

0 comments on commit 1380e8f

Please sign in to comment.