diff options
| author | Daniil Goncharov <neargye@gmail.com> | 2020-06-11 06:01:39 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-10 18:01:39 -0700 |
| commit | 473e54820731eae43b745f65240838aaaf88c9cf (patch) | |
| tree | 01cccf79eab310aa7e93962a3b42a913aa7c1149 | |
| parent | 860046d935fde87023e458cd9810ff3d6dc81580 (diff) | |
| download | vcpkg-473e54820731eae43b745f65240838aaaf88c9cf.tar.gz vcpkg-473e54820731eae43b745f65240838aaaf88c9cf.zip | |
[magic-enum] Update to v0.6.6 (#11814)
| -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 0d96702f2..f6ff3833e 100644 --- a/ports/magic-enum/CONTROL +++ b/ports/magic-enum/CONTROL @@ -1,4 +1,4 @@ Source: magic-enum
-Version: 0.6.5
+Version: 0.6.6
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 ed4a43738..30d8f96ba 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.6.5
- SHA512 dd695f1ce4e2ea989d46724049ed0930bee568302ae64cd41a474a52b2587e38dd5032a145608a1bd5d13483fd97706c66f4042612f520cbca3b15bff337b85f
+ REF v0.6.6
+ SHA512 aeab69a87d0bcac93a987489a7bce9bd5971b7df1a5f83bfe9c58292dec736aa3b60a238c38d04080608199ea45c946da50b13934fb320e5f63e38b9185b526f
HEAD_REF master
)
|
