diff options
| author | Daniil Goncharov <neargye@gmail.com> | 2020-12-04 03:37:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-03 17:37:14 -0800 |
| commit | 83bcf8525c4b8788ba46c46b5baf6e3d5bd8483f (patch) | |
| tree | d38b575a8c79b0dc7e14b3a7e47e5a79495e1125 | |
| parent | 133051b793486ef14e67e9d1f48c9cfe64dc127e (diff) | |
| download | vcpkg-83bcf8525c4b8788ba46c46b5baf6e3d5bd8483f.tar.gz vcpkg-83bcf8525c4b8788ba46c46b5baf6e3d5bd8483f.zip | |
[magic-enum] Update to v0.7.1 (#14904)
| -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 51bc8e7f7..25dc3520f 100644 --- a/ports/magic-enum/CONTROL +++ b/ports/magic-enum/CONTROL @@ -1,4 +1,4 @@ Source: magic-enum
-Version: 0.7.0
+Version: 0.7.1
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 d2437e02e..11b48af3b 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.0
- SHA512 f56c081063846b87e8b811babe9a0e961efd29bef52359e14cb33773f8393640196c0808e201800c3adb82d0bf362d1f941e31df0fc3739d35a367f918409822
+ REF v0.7.1
+ SHA512 0eff2901d9829289fa36811fd428a9a6b66d6b88971948a385c9e74e5bbe3f52f4b80321c96a4d002bfe2c9b3d45e9bae8fbe17d718643fa318ab845b887be09
HEAD_REF master
)
|
