diff options
| author | eao197 <eao197@users.noreply.github.com> | 2019-12-02 21:31:27 +0300 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-12-02 10:31:27 -0800 |
| commit | 6357b7d2ef445c198dc366404ee14d5e4f0940a8 (patch) | |
| tree | 31bd23f603cfbcc0afa727353a4d9d100d8d3c55 | |
| parent | e4524f656b885e76f9adf2356758b0ac994732e1 (diff) | |
| download | vcpkg-6357b7d2ef445c198dc366404ee14d5e4f0940a8.tar.gz vcpkg-6357b7d2ef445c198dc366404ee14d5e4f0940a8.zip | |
RESTinio updated to v.0.6.1.1. (#9174)
| -rw-r--r-- | ports/restinio/CONTROL | 2 | ||||
| -rw-r--r-- | ports/restinio/portfile.cmake | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/restinio/CONTROL b/ports/restinio/CONTROL index 6c2a342ab..a2cde340a 100644 --- a/ports/restinio/CONTROL +++ b/ports/restinio/CONTROL @@ -1,4 +1,4 @@ Source: restinio -Version: 0.6.1 +Version: 0.6.1.1 Description: A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests. Build-Depends: asio, fmt, http-parser diff --git a/ports/restinio/portfile.cmake b/ports/restinio/portfile.cmake index 0e3d02324..2c3217b18 100644 --- a/ports/restinio/portfile.cmake +++ b/ports/restinio/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/restinio
- REF v.0.6.1
- SHA512 83a92797a08aef36e8c933568a54cdb0de7d6a864ed8fced50c0c22933fab718eb9a5cf17fb2b0ebd0667c9b07961d2ea3ddf8b40abbc201eaf6660b6204381e
+ REF 4e1ab4e7718a14d4cf043cc9c3f85395bd46e34b # v.0.6.1.1
+ SHA512 36a0f1587f9e1b5862f9234db921ce7745605da60894cf1abea21406807b18d42f1cc90a51c2835f77e75f977780361a759be02896d66b7530d180dd463a20b5
)
vcpkg_configure_cmake(
@@ -20,3 +20,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib ${CURRENT_PACKAGES_DIR}/debug) # Handle copyright
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/restinio)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/restinio/LICENSE ${CURRENT_PACKAGES_DIR}/share/restinio/copyright)
+
|
