diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/yas/portfile.cmake | 8 | ||||
| -rw-r--r-- | ports/yas/vcpkg.json | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/ports/yas/portfile.cmake b/ports/yas/portfile.cmake index 3673b2c40..10b8026e1 100644 --- a/ports/yas/portfile.cmake +++ b/ports/yas/portfile.cmake @@ -1,11 +1,11 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO niXman/yas - REF 7.0.5 - SHA512 52f7e28d4487286d1ead5cdebcd6c584f7e182d9890a6d367b73deacff14f43caa2412cc1f487e6682cc52e17015638bc41eb540e2a0074c8cb1b30344ccc89e + REF 7.1.0 + SHA512 1101BBE0B11FF8FA3B40B1E3030E5E93125FEDC85A90532466C9E6E0708B1C4C38821C86FCAFE153717B66B7107FCB29D0E13E87E68BF2217948A7014FC3BAC0 HEAD_REF master ) -file(INSTALL ${SOURCE_PATH}/include/yas DESTINATION ${CURRENT_PACKAGES_DIR}/include) +file(INSTALL "${SOURCE_PATH}/include/yas" DESTINATION "${CURRENT_PACKAGES_DIR}/include") -file(INSTALL ${SOURCE_PATH}/include/yas/version.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) +file(INSTALL "${SOURCE_PATH}/include/yas/version.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/yas/vcpkg.json b/ports/yas/vcpkg.json index 13dd7c5ad..b067a7c88 100644 --- a/ports/yas/vcpkg.json +++ b/ports/yas/vcpkg.json @@ -1,7 +1,6 @@ { "name": "yas", - "version-string": "7.0.5", - "port-version": 1, + "version": "7.1.0", "description": "Yet Another Serialization is a header only serialization library", "homepage": "https://github.com/niXman/yas" } |
