Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[magic_enum] Update to 0.6.1. Add HEAD_REF #8431

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/magic-enum/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: magic-enum
Version: 0.6.0
Version: 0.6.1
Description: Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code.
5 changes: 3 additions & 2 deletions ports/magic-enum/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO "Neargye/magic_enum"
REF v0.6.0
SHA512 3079155509f0141e9a50b2a773e33e3ebda1a4c1a7d0b78f093e2d0e8a4b78ef108876e63ef986a55c03bb712a494943b7c4c37bcbe08d932035106f4afe3bd2
REF v0.6.1
SHA512 546c2ea8f6aeda1b21484a3a90ec4338e15c5639b6da22350277534eeb16cfa8e987eaa1dcbb754dfaea58bd3217f95602944e2c61a694d50f9bfbaf6c5c12d6
HEAD_REF master
)

vcpkg_configure_cmake(
Expand Down