diff options
| author | Tosone <i@tosone.cn> | 2021-06-11 23:49:13 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 08:49:13 -0700 |
| commit | 0735d55f8abd7cce3c38c74884750e40dea6ebc4 (patch) | |
| tree | 38bdff4d1538709f18ee984cf33006cb7050be1f /ports/cpp-httplib | |
| parent | 3a98608b8022e30263717e6196f02bbb8db8cb8b (diff) | |
| download | vcpkg-0735d55f8abd7cce3c38c74884750e40dea6ebc4.tar.gz vcpkg-0735d55f8abd7cce3c38c74884750e40dea6ebc4.zip | |
[cpp-httplib] Upgrade to v0.8.9 (#18277)
Diffstat (limited to 'ports/cpp-httplib')
| -rw-r--r-- | ports/cpp-httplib/CONTROL | 4 | ||||
| -rw-r--r-- | ports/cpp-httplib/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/cpp-httplib/vcpkg.json | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/ports/cpp-httplib/CONTROL b/ports/cpp-httplib/CONTROL deleted file mode 100644 index 31f96cf6d..000000000 --- a/ports/cpp-httplib/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: cpp-httplib
-Version: 0.8.6
-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 c7ce481aa..f2bdee724 100644 --- a/ports/cpp-httplib/portfile.cmake +++ b/ports/cpp-httplib/portfile.cmake @@ -2,8 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO yhirose/cpp-httplib
- REF faa5f1d8023746a3da9f275c51867ded2a672ee9 # v0.8.6
- SHA512 87c34b4e6b311e47f568993319d82908c3e3a711b5b5ba15686e55e2588cea027e89a4d14666e61cddd8158bd9d1216e19f5be46cee13948e31bf6b4b0678bae
+ REF v0.8.9
+ SHA512 6a3b756235f8a18ef740d0d56b3b8c13959276886e4032a7100656170b2efbdb7897a55a8bce42d38ef62c9a6d8462a9ccffc848320df3abfff24e86d4e7909b
HEAD_REF master
)
diff --git a/ports/cpp-httplib/vcpkg.json b/ports/cpp-httplib/vcpkg.json new file mode 100644 index 000000000..f04a1bf36 --- /dev/null +++ b/ports/cpp-httplib/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "cpp-httplib", + "version": "0.8.9", + "description": "A single file C++11 header-only HTTP/HTTPS server and client library", + "homepage": "https://github.com/yhirose/cpp-httplib" +} |
