mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
[protobuf] update to the latest release (v5.29.1) (#42546)
This commit is contained in:
parent
9e5efa5fcb
commit
9179239a21
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO protocolbuffers/protobuf
|
||||
REF "v${VERSION}"
|
||||
SHA512 6cb70c9a93cfc784632b78836d685d78260680a81559df11d94d32d1c62f0794747a16bba215ad09a4e40396deebe964dbe0b21605b1f4eb026c7f0e8f9f7ed8
|
||||
SHA512 18b49716ac15800f4ed970a2b2dc3235299933e1ab34edbffd0c1eeabd1ade37b3ea50d90b9a814211aa83ee7a335d9dae1763a088f8899ff64341911d3678c1
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-static-build.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "protobuf",
|
||||
"version": "5.29.0",
|
||||
"version": "5.29.1",
|
||||
"description": "Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.",
|
||||
"homepage": "https://github.com/protocolbuffers/protobuf",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -7221,7 +7221,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"protobuf": {
|
||||
"baseline": "5.29.0",
|
||||
"baseline": "5.29.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"protobuf-c": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a08737d5c463e22ccf3fa7533122ab763c70e2b2",
|
||||
"version": "5.29.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8d7ae72e8a78bdc3bda1d3c02fffd99241844800",
|
||||
"version": "5.29.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user