diff options
| author | Nicolai Grodzitski <utromvecherom@gmail.com> | 2018-05-06 02:42:06 +0300 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-05-05 16:42:06 -0700 |
| commit | 44b894326246dfd6114cd70d6373a9253e0a604c (patch) | |
| tree | 4733847776a758d5f266d9ff0cc07a6c19d0856f /ports/restinio/CONTROL | |
| parent | ab58f531ccf6da9895502cb8ae7bd85b29823d1d (diff) | |
| download | vcpkg-44b894326246dfd6114cd70d6373a9253e0a604c.tar.gz vcpkg-44b894326246dfd6114cd70d6373a9253e0a604c.zip | |
Update RESTinio (#3423)
* Make restinio port. First implementation (find-module files are not
installed yet).
* Add current status of a port files (not working).
* Prepare restinio port files.
* Change restinio archive URL.
* [restinio] Slim portfile
* Update RESTinio version.
Diffstat (limited to 'ports/restinio/CONTROL')
| -rw-r--r-- | ports/restinio/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/restinio/CONTROL b/ports/restinio/CONTROL index 516de716a..eed60e4c3 100644 --- a/ports/restinio/CONTROL +++ b/ports/restinio/CONTROL @@ -1,4 +1,4 @@ Source: restinio
-Version: 0.4.5
+Version: 0.4.5.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
|
