aboutsummaryrefslogtreecommitdiff
path: root/ports/restclient-cpp/CONTROL
diff options
context:
space:
mode:
authorNikita <nikita.hldm@gmail.com>2020-05-12 00:51:34 +0300
committerGitHub <noreply@github.com>2020-05-11 14:51:34 -0700
commit4c959c6861551a92e2497af08809d131a515761c (patch)
tree053133228ca50abd55ceb36cb109b95e2d7c3dd4 /ports/restclient-cpp/CONTROL
parent87b00bf6a12744206fa4f881473987cb555a854a (diff)
downloadvcpkg-4c959c6861551a92e2497af08809d131a515761c.tar.gz
vcpkg-4c959c6861551a92e2497af08809d131a515761c.zip
[restclient-cpp] Fix portfile and update version. (#9717)
* [restclient-cpp] Fix installation. Remove only debug directory * [restclient-cpp] Fix directory cleanup * [restclient-cpp] Update library * [restclient-cpp] Add msvc patch * [restclient-cpp] Remove lib directory on dynamic compile * [restclient-cpp] set VCPKG_POLICY_DLLS_WITHOUT_LIBS * [restclient-cpp] Remove lib directory on dynamic compile * [restclient-cpp] Set compile type static * Remove patch * [restclient-cpp] Changes and fixes Update version Update handling copiright Remove no longer needed include Move COMPILE_TYPE parameter * [restclient-cpp] Update description. Add Homepage * [restclient-cpp] Bump to 0.5.2. Remove COMPILE_TYPE option * [restclient-cpp] Set ONLY_STATIC_LIBRARY for Windows * [restclient-cpp] Change version num 0.5.2-1 -> 0.5.2
Diffstat (limited to 'ports/restclient-cpp/CONTROL')
-rw-r--r--ports/restclient-cpp/CONTROL5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/restclient-cpp/CONTROL b/ports/restclient-cpp/CONTROL
index 8b3ede796..df8faa7b7 100644
--- a/ports/restclient-cpp/CONTROL
+++ b/ports/restclient-cpp/CONTROL
@@ -1,4 +1,5 @@
Source: restclient-cpp
-Version: 0.5.1-3
+Version: 0.5.2
Build-Depends: curl
-Description: Binn is a binary data serialization format designed to be compact, fast and easy to use.
+Homepage: https://code.mrtazz.com/restclient-cpp/
+Description: Simple REST client for C++. It wraps libcurl for HTTP requests.