mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +08:00
[refl-cpp] Update to 0.12.1 (#21372)
* Update refl-cpp to 0.12.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
023edaa18c
commit
899d16cefa
@ -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)
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "109d4729d1755ca3cc45a9b9e54b8e62e2ad20cd",
|
||||
"version": "0.12.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "393ab14793adcef501554fcd747eb3d68bf21500",
|
||||
"version-string": "0.12.0",
|
||||
|
Loading…
Reference in New Issue
Block a user