diff options
| author | eao197 <eao197@users.noreply.github.com> | 2019-08-30 00:29:24 +0300 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-08-29 14:29:24 -0700 |
| commit | 1fc1e10e8469105d07d8897b1d7c597571704ff8 (patch) | |
| tree | 7f7e0e5e29680ff7cde83bf1b69ad60f0553ddf9 | |
| parent | ce952a9316c224faf127fffc823743c4167a14c2 (diff) | |
| download | vcpkg-1fc1e10e8469105d07d8897b1d7c597571704ff8.tar.gz vcpkg-1fc1e10e8469105d07d8897b1d7c597571704ff8.zip | |
RESTinio updated to v.0.6.0 (#7962)
| -rw-r--r-- | ports/restinio/CONTROL | 2 | ||||
| -rw-r--r-- | ports/restinio/portfile.cmake | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/restinio/CONTROL b/ports/restinio/CONTROL index fc536c2fe..78d31a23b 100644 --- a/ports/restinio/CONTROL +++ b/ports/restinio/CONTROL @@ -1,4 +1,4 @@ Source: restinio -Version: 0.5.1.1 +Version: 0.6.0 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 fa329a9bd..d0c843eb3 100644 --- a/ports/restinio/portfile.cmake +++ b/ports/restinio/portfile.cmake @@ -1,10 +1,10 @@ include(vcpkg_common_functions)
-vcpkg_from_bitbucket(
+vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
- REPO sobjectizerteam/restinio
- REF v.0.5.1.1
- SHA512 f5eedd53f4459936d4b32a4243c703a350a611bfc7b0c17c2bb047944cc054f8a93f9fd4904f76d601eb2ce0c9b078c33a6a545b5698ddaf63c3f5327dabd5f6
+ REPO stiffstream/restinio
+ REF v.0.6.0
+ SHA512 70c37a9b88db5eef0591baf0adc8227c1103a4f272c8fcd332410b9481854f5ae8f2385c8070c7eab17e8a75e699cded528fc655fbdef3553203914abb379b3a
)
vcpkg_configure_cmake(
|
