diff options
| author | Ehsan <mohammadi.ehsan1994@gmail.com> | 2019-09-10 01:00:27 +0430 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-09-09 13:30:27 -0700 |
| commit | 4469f31334b55aa6b6c09d2b7a46cf334bb10105 (patch) | |
| tree | 0bca041255364fb40fe42660928198b300e9af95 | |
| parent | a46dce076baca39c2983ff4c9266906f309460cb (diff) | |
| download | vcpkg-4469f31334b55aa6b6c09d2b7a46cf334bb10105.tar.gz vcpkg-4469f31334b55aa6b6c09d2b7a46cf334bb10105.zip | |
[cpp-httplib] Update library to 0.2.2 (#8054)
| -rw-r--r-- | ports/cpp-httplib/CONTROL | 2 | ||||
| -rw-r--r-- | ports/cpp-httplib/portfile.cmake | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/ports/cpp-httplib/CONTROL b/ports/cpp-httplib/CONTROL index ebfc59ad8..9a10aeef2 100644 --- a/ports/cpp-httplib/CONTROL +++ b/ports/cpp-httplib/CONTROL @@ -1,4 +1,4 @@ Source: cpp-httplib
-Version: 0.2.1
+Version: 0.2.2
Homepage: https://github.com/yhirose/cpp-httplib
Description: A single file C++11 header-only HTTP/HTTPS server and client library
diff --git a/ports/cpp-httplib/portfile.cmake b/ports/cpp-httplib/portfile.cmake index 975b74902..0b3c72e70 100644 --- a/ports/cpp-httplib/portfile.cmake +++ b/ports/cpp-httplib/portfile.cmake @@ -1,12 +1,10 @@ include(vcpkg_common_functions)
-set(VERSION 0.2.0)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO yhirose/cpp-httplib
- REF v0.2.1
- SHA512 f0f24cb58da4bbe4ccaa28891fd56257bc97cdf861c4406f41c0cb0bb76b53f9f707298cb5ea1139e4a819c4b1a4b750090a53652d45c3621b33d76ba627a78f
+ REF v0.2.2
+ SHA512 da666b1e2f442685bfe4509efee1f74a944777a591c4ba6e46bb9e5fae2ddfa176eef6ab86db81149064b39d0002e0eb2b99d1e8c0653bbdef34aff6f79c1fcc
HEAD_REF master
)
|
