mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:02:48 +08:00
[protopuf] Update to 2.2.0 (#25136)
* [protopuf] Update to 2.2.0 * [protopuf] Add version * [protopuf] Change version-semver to version * [protopuf] Add version
This commit is contained in:
parent
83eb3d3d13
commit
58bb4d6a61
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO PragmaTwice/protopuf
|
REPO PragmaTwice/protopuf
|
||||||
REF v2.1.0
|
REF v2.2.0
|
||||||
SHA512 328fe2a861009c8eaa38299bf1ba31d3a47d73220018d3539b8457bb1d5d512c05e9652769a0261f0ae18be4e1e4e839e5471dfabdf0e6d130361e719ff6aadc
|
SHA512 b7f00b1575b83ffad66e6fa555b2e420f1178ddf5b9aed64ae2c3af583e3d6c7292f0280e97cb91d4048cd0d0464ea89805f38444b86b7724abe03503682ac7f
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "protopuf",
|
"name": "protopuf",
|
||||||
"version-semver": "2.1.0",
|
"version": "2.2.0",
|
||||||
"port-version": 1,
|
|
||||||
"description": "A little, highly templated, and protobuf-compatible serialization/deserialization library written in C++20",
|
"description": "A little, highly templated, and protobuf-compatible serialization/deserialization library written in C++20",
|
||||||
"homepage": "https://github.com/PragmaTwice/protopuf",
|
"homepage": "https://github.com/PragmaTwice/protopuf",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -5617,8 +5617,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"protopuf": {
|
"protopuf": {
|
||||||
"baseline": "2.1.0",
|
"baseline": "2.2.0",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"protozero": {
|
"protozero": {
|
||||||
"baseline": "1.7.1",
|
"baseline": "1.7.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "1e9aca8dbbf9df6ab5034e57ca3d8e983f55ba05",
|
||||||
|
"version": "2.2.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "57399a25b20d4f3a437118a4bc2fe9a639972bb4",
|
"git-tree": "57399a25b20d4f3a437118a4bc2fe9a639972bb4",
|
||||||
"version-semver": "2.1.0",
|
"version-semver": "2.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user