aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/refl-cpp/CONTROL2
-rw-r--r--ports/refl-cpp/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/refl-cpp/CONTROL b/ports/refl-cpp/CONTROL
index bb75e1e9e..93bbcbd12 100644
--- a/ports/refl-cpp/CONTROL
+++ b/ports/refl-cpp/CONTROL
@@ -1,4 +1,4 @@
Source: refl-cpp
-Version: 0.9.1
+Version: 0.12.0
Description: A compile-time reflection library for modern C++ with support for overloads, templates, attributes and proxies
Homepage: https://github.com/veselink1/refl-cpp
diff --git a/ports/refl-cpp/portfile.cmake b/ports/refl-cpp/portfile.cmake
index 999dd1c6a..9f4fc7bfa 100644
--- a/ports/refl-cpp/portfile.cmake
+++ b/ports/refl-cpp/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO veselink1/refl-cpp
- REF v0.9.1
- SHA512 ddb48d7f75cf7757031af28b53d07a104cb64e279c8fc23575639c3839f1501b346e40963d358629b612e4f64aba6f86ffc5a592dd6cd8febf872a8cd1466171
+ REF v0.12.0
+ SHA512 e9103ac491cc2d06cd5223a55094473f479eabd49c733d2d4a11e560f3063474e34785e2681a4c5fcec3f2912c3cccefca7fa1c40bd95fd01f4d40df6c322648
HEAD_REF master
)