mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[protopuf] Update to 2.2.1 (#28138)
* [protopuf] Update to 2.2.1 * [protopuf] run x-add-version
This commit is contained in:
parent
0e9ffd112a
commit
f6a1d122a0
@ -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.2.0
|
REF v2.2.1
|
||||||
SHA512 b7f00b1575b83ffad66e6fa555b2e420f1178ddf5b9aed64ae2c3af583e3d6c7292f0280e97cb91d4048cd0d0464ea89805f38444b86b7724abe03503682ac7f
|
SHA512 f7cf0df90178f2582ba50f6fb8518b4a005dbad7d0fb1fea8f0b2d80a3df18d251b0c795583a121aab246acf245a46ecf374597447b7b61777e48c5bfafed5f2
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "protopuf",
|
"name": "protopuf",
|
||||||
"version": "2.2.0",
|
"version": "2.2.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",
|
||||||
|
"license": "Apache-2.0",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
|
@ -5977,7 +5977,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"protopuf": {
|
"protopuf": {
|
||||||
"baseline": "2.2.0",
|
"baseline": "2.2.1",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"protozero": {
|
"protozero": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "fce43fe70999efa77083824e66e61251e0df3219",
|
||||||
|
"version": "2.2.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "1e9aca8dbbf9df6ab5034e57ca3d8e983f55ba05",
|
"git-tree": "1e9aca8dbbf9df6ab5034e57ca3d8e983f55ba05",
|
||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user