mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 15:27:50 +08:00
[nameof] Update to 0.9.4 (#11815)
This commit is contained in:
parent
a0c5fc8e6e
commit
3cba59778e
@ -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
|
||||||
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user