mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:22:47 +08:00
[thrift] update to 0.20.0 (#37638)
This commit is contained in:
parent
dcffcdf24d
commit
83c3c4a571
@ -13,7 +13,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO apache/thrift
|
||||
REF "${VERSION}"
|
||||
SHA512 f9bfaf149dde4da1f5353e540b862c2088465115564d981bf02cd89e8c1f84ca53143ca0091b63d24f8f515425d9163af52ec6122245b59810a2b98292a71650
|
||||
SHA512 5e4ee9870b30fe5ba484d39781c435716f7f3903793dc8aae96594ca813b1a5a73363b84719038ca8fa3ab8ef0a419a28410d936ff7b3bbadf36fc085a6883ae
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
"correct-paths.patch"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "thrift",
|
||||
"version": "0.19.0",
|
||||
"version": "0.20.0",
|
||||
"description": "Apache Thrift is a software project spanning a variety of programming languages and use cases. Our goal is to make reliable, performant communication and data serialization across languages as efficient and seamless as possible.",
|
||||
"homepage": "https://github.com/apache/thrift",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -8581,7 +8581,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"thrift": {
|
||||
"baseline": "0.19.0",
|
||||
"baseline": "0.20.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"tidy-html5": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6855be1ce96497811d4eb0a9879baf6cf1b3610c",
|
||||
"version": "0.20.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a85bec1a50438e0a5d4edbfb7d507a26ace7f010",
|
||||
"version": "0.19.0",
|
||||
|
Loading…
Reference in New Issue
Block a user