Skip to content

Commit

Permalink
[refl-cpp] Update to 0.12.1 (#21372)
Browse files Browse the repository at this point in the history
* Update refl-cpp to 0.12.1

* Update CI baseline

Co-authored-by: chausner <[email protected]>
  • Loading branch information
chausner and chausner authored Nov 16, 2021
1 parent 023edaa commit 899d16c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ports/refl-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO veselink1/refl-cpp
REF v0.12.0
SHA512 e9103ac491cc2d06cd5223a55094473f479eabd49c733d2d4a11e560f3063474e34785e2681a4c5fcec3f2912c3cccefca7fa1c40bd95fd01f4d40df6c322648
REF v0.12.1
SHA512 7f1b9473512e305181f2c46940d34aa75a9cee65c69340ddb68b7e5bb2346206ff2c5b83c5d8460bac4a738258e4f6305b6fe8bc3044a1bcb69b30d79dcd5107
HEAD_REF master
)

file(COPY ${SOURCE_PATH}/refl.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(COPY "${SOURCE_PATH}/refl.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")

configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)
3 changes: 1 addition & 2 deletions ports/refl-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "refl-cpp",
"version-string": "0.12.0",
"port-version": 1,
"version": "0.12.1",
"description": "A compile-time reflection library for modern C++ with support for overloads, templates, attributes and proxies",
"homepage": "https://github.com/veselink1/refl-cpp"
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5917,8 +5917,8 @@
"port-version": 1
},
"refl-cpp": {
"baseline": "0.12.0",
"port-version": 1
"baseline": "0.12.1",
"port-version": 0
},
"refprop-headers": {
"baseline": "2019-04-14",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/refl-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "109d4729d1755ca3cc45a9b9e54b8e62e2ad20cd",
"version": "0.12.1",
"port-version": 0
},
{
"git-tree": "393ab14793adcef501554fcd747eb3d68bf21500",
"version-string": "0.12.0",
Expand Down

0 comments on commit 899d16c

Please sign in to comment.