diff options
| author | eao197 <eao197@users.noreply.github.com> | 2020-02-04 01:14:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-03 14:14:00 -0800 |
| commit | 586bee9bcd30993033a3590f7e84ef1b648cad10 (patch) | |
| tree | 6c021ee40b92876ff0bb3ed711899e0435cf7e56 | |
| parent | 6d1cd558e6183e1b821150681b0c703badcdb591 (diff) | |
| download | vcpkg-586bee9bcd30993033a3590f7e84ef1b648cad10.tar.gz vcpkg-586bee9bcd30993033a3590f7e84ef1b648cad10.zip | |
[RESTinio] updated to v.0.6.3 (#9858)
* RESTinio updated to v.0.6.3.
* Remove trailing empty lines.
* Another space line removed.
| -rw-r--r-- | ports/restinio/CONTROL | 2 | ||||
| -rw-r--r-- | ports/restinio/portfile.cmake | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/ports/restinio/CONTROL b/ports/restinio/CONTROL index 14a167491..4add14b0f 100644 --- a/ports/restinio/CONTROL +++ b/ports/restinio/CONTROL @@ -1,5 +1,5 @@ Source: restinio -Version: 0.6.2 +Version: 0.6.3 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 Homepage: https://github.com/stiffstream/restinio diff --git a/ports/restinio/portfile.cmake b/ports/restinio/portfile.cmake index bb1efd49c..b19da7a25 100644 --- a/ports/restinio/portfile.cmake +++ b/ports/restinio/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/restinio
- REF 086c07eb4aaa59997489e5431d6279211347061a # v.0.6.2
- SHA512 28cf20331749ca5dee75cd318d7b08ea6b7e26e8e59fde2de182683c0a3861e3a6f1957605cd61bf09e2ba9f05a04f08fabcbb140d73ffe72d8b5235b4df7746
+ REF 02507d2c18732045b69f9b6710767de6972f0179 # v.0.6.3
+ SHA512 fc83fc3d378dd4b69900a9fe2f7ba1582c51db42d9171f2f0ca1a248afead7dadcda4aed0e3dcd529bbb6d3faf6d2fb30eeb0971776ffeadbb5d7ef4055985dd
)
vcpkg_configure_cmake(
@@ -14,7 +14,5 @@ vcpkg_install_cmake() vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/restinio)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib ${CURRENT_PACKAGES_DIR}/debug)
-
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
-
|
