diff options
| author | Daniil Goncharov <neargye@gmail.com> | 2021-06-24 23:09:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-24 13:09:29 -0700 |
| commit | cd6df79981f8e5b658900563370f3af16074850e (patch) | |
| tree | 644b86fc9f830b5e5c0773be9ec3717cbee6f4a7 /ports/magic-enum | |
| parent | 27d34697040e506403506f3e583a47802362ef64 (diff) | |
| download | vcpkg-cd6df79981f8e5b658900563370f3af16074850e.tar.gz vcpkg-cd6df79981f8e5b658900563370f3af16074850e.zip | |
[magic-enum] Update to v0.7.3 (#18575)
* [magic-enum] Update to v0.7.3
* fix
Diffstat (limited to 'ports/magic-enum')
| -rw-r--r-- | ports/magic-enum/CONTROL | 2 | ||||
| -rw-r--r-- | ports/magic-enum/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/magic-enum/CONTROL b/ports/magic-enum/CONTROL index 36179c825..ae6aa68b8 100644 --- a/ports/magic-enum/CONTROL +++ b/ports/magic-enum/CONTROL @@ -1,4 +1,4 @@ Source: magic-enum
-Version: 0.7.2
+Version: 0.7.3
Description: Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code.
Homepage: https://github.com/Neargye/magic_enum
diff --git a/ports/magic-enum/portfile.cmake b/ports/magic-enum/portfile.cmake index 4787ed5a7..b612ccabe 100644 --- a/ports/magic-enum/portfile.cmake +++ b/ports/magic-enum/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Neargye/magic_enum
- REF v0.7.2
- SHA512 53991ccc890548a81a410e274ec2deaf0f153ec15d154ac802452235dc5b913b56da64fddc6aeed9882206fd2abe7250423d36f5e72bdba54b622b8dfdfa9dad
+ REF v0.7.3
+ SHA512 7645ef56bbe262ba801c6f5ffb7baf997869de6422a239ef2000d7ff6f4f6d00c34360543c60aa91a02433311b4b996bba410e4f04f96f185a6276ad9e6bb0a8
HEAD_REF master
)
|
