mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[curl] update to 7.87.0 (#28836)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
368c782fd7
commit
30016cf1d1
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO curl/curl
|
||||
REF curl-7_86_0
|
||||
SHA512 74fa76d58b09ae15c953f77918172e23657efd8ed9d16e3a741525a4f350e6bd9691e0b0935aac11e3060cebff043dc4a17c3dde625a19ca7399c173ea4160c9
|
||||
REF curl-7_87_0
|
||||
SHA512 3769726f681bc680a0c95819b353025d2ad3fc5688611453f3e2673685c4f2abc54e02327d947c30e50b5b76043b1841f66115102b98b8ffafc9c225308e1575
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
0002_fix_uwp.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "curl",
|
||||
"version": "7.86.0",
|
||||
"port-version": 2,
|
||||
"version": "7.87.0",
|
||||
"description": "A library for transferring data with URLs",
|
||||
"homepage": "https://curl.se/",
|
||||
"license": null,
|
||||
@ -184,6 +183,7 @@
|
||||
},
|
||||
"winssl": {
|
||||
"description": "Legacy name for schannel",
|
||||
"supports": "windows & !uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "curl",
|
||||
|
@ -1833,8 +1833,8 @@
|
||||
"port-version": 8
|
||||
},
|
||||
"curl": {
|
||||
"baseline": "7.86.0",
|
||||
"port-version": 2
|
||||
"baseline": "7.87.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"curlpp": {
|
||||
"baseline": "2018-06-15",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "033fc823ccfc6d31034865b1175e45cffca29a3b",
|
||||
"version": "7.87.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "912bfa857d5a02358eddacaaeaba8f8f06d77db0",
|
||||
"version": "7.86.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user