Skip to content

Commit

Permalink
[thrift] Update thrift 0.20.0 git reference (microsoft#39787)
Browse files Browse the repository at this point in the history
  • Loading branch information
harris-josh authored and cenit committed Jul 12, 2024
1 parent 9de8153 commit b8e10e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/thrift/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vcpkg_find_acquire_program(BISON)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apache/thrift
REF "${VERSION}"
REF "v${VERSION}"
SHA512 5e4ee9870b30fe5ba484d39781c435716f7f3903793dc8aae96594ca813b1a5a73363b84719038ca8fa3ab8ef0a419a28410d936ff7b3bbadf36fc085a6883ae
HEAD_REF master
PATCHES
Expand Down
1 change: 1 addition & 0 deletions ports/thrift/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "thrift",
"version": "0.20.0",
"port-version": 1,
"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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8738,7 +8738,7 @@
},
"thrift": {
"baseline": "0.20.0",
"port-version": 0
"port-version": 1
},
"tidy-html5": {
"baseline": "5.8.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/thrift.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "13757a6b05741cf3c9c39e3a1dcc5e5cd685e025",
"version": "0.20.0",
"port-version": 1
},
{
"git-tree": "6855be1ce96497811d4eb0a9879baf6cf1b3610c",
"version": "0.20.0",
Expand Down

0 comments on commit b8e10e4

Please sign in to comment.