[nameof] Update to 0.9.4 (#11815)

This commit is contained in:
Daniil Goncharov 2020-06-11 14:17:54 +05:00 committed by GitHub
parent a0c5fc8e6e
commit 3cba59778e
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,4 +1,4 @@
Source: nameof Source: nameof
Version: 0.9.3 Version: 0.9.4
Description: Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum. Description: Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum.
Homepage: https://github.com/Neargye/nameof Homepage: https://github.com/Neargye/nameof

View File

@ -3,8 +3,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO Neargye/nameof REPO Neargye/nameof
REF v0.9.3 REF v0.9.4
SHA512 be644edfa30b2f6b0461585910bccf1ee6b1828d7fc013c01a50bed85ed9a7e3630a67a8362c8f5c8b5e3b372537d726c7c002f86b3c08d5fc73d99d10197f56 SHA512 658abf7da2bbc831648aca017815e6368163335840d59f4538ecc0d8438dc3843ad6efc9c2ca8ec1f6ad2208349eee880106fc60cda44bd7b19c73a1f23d067f
HEAD_REF master HEAD_REF master
) )