diff options
| author | eao197 <eao197@users.noreply.github.com> | 2019-12-20 23:02:36 +0300 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-12-20 12:02:36 -0800 |
| commit | c19dea188d66c9076a34a5fb412e2176fec89e15 (patch) | |
| tree | 0cde9354a1543cb2326577da97fc8e8756710069 /ports/restinio/CONTROL | |
| parent | c77c1cd86150e14ee3ecba319ee554b46f39ebd4 (diff) | |
| download | vcpkg-c19dea188d66c9076a34a5fb412e2176fec89e15.tar.gz vcpkg-c19dea188d66c9076a34a5fb412e2176fec89e15.zip | |
[restinio] update to 0.6.2 (#9293)
* RESTinio updated to 0.6.2.
* Remove deprecated stuff.
Homepage tag added to CONTROL file.
Diffstat (limited to 'ports/restinio/CONTROL')
| -rw-r--r-- | ports/restinio/CONTROL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/restinio/CONTROL b/ports/restinio/CONTROL index a2cde340a..14a167491 100644 --- a/ports/restinio/CONTROL +++ b/ports/restinio/CONTROL @@ -1,4 +1,6 @@ Source: restinio -Version: 0.6.1.1 +Version: 0.6.2 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 + |
