mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
Merge pull request #7714 from ehsan-mohammadi/master
[cpp-httplib] Update library to 0.2.1
This commit is contained in:
commit
be7428900d
@ -1,4 +1,4 @@
|
|||||||
Source: cpp-httplib
|
Source: cpp-httplib
|
||||||
Version: 0.2.0
|
Version: 0.2.1
|
||||||
Homepage: https://github.com/yhirose/cpp-httplib
|
Homepage: https://github.com/yhirose/cpp-httplib
|
||||||
Description: A single file C++11 header-only HTTP/HTTPS server and client library
|
Description: A single file C++11 header-only HTTP/HTTPS server and client library
|
||||||
|
@ -5,8 +5,8 @@ set(VERSION 0.2.0)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO yhirose/cpp-httplib
|
REPO yhirose/cpp-httplib
|
||||||
REF 2f8479016fa9af9a63056571992b31c32741d89b
|
REF v0.2.1
|
||||||
SHA512 2f17a6a95c849a5c873a65e8da8bf85311f0152e439a973354c24d02ee9e6c3b0f3a456b60f90637ea4588d9ac09f7e41f42199de61315754e5fe9eecbb657ed
|
SHA512 f0f24cb58da4bbe4ccaa28891fd56257bc97cdf861c4406f41c0cb0bb76b53f9f707298cb5ea1139e4a819c4b1a4b750090a53652d45c3621b33d76ba627a78f
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user