Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[protopuf] Update to 2.2.0 #25136

Merged
merged 4 commits into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/protopuf/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO PragmaTwice/protopuf
REF v2.1.0
SHA512 328fe2a861009c8eaa38299bf1ba31d3a47d73220018d3539b8457bb1d5d512c05e9652769a0261f0ae18be4e1e4e839e5471dfabdf0e6d130361e719ff6aadc
REF v2.2.0
SHA512 b7f00b1575b83ffad66e6fa555b2e420f1178ddf5b9aed64ae2c3af583e3d6c7292f0280e97cb91d4048cd0d0464ea89805f38444b86b7724abe03503682ac7f
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/protopuf/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "protopuf",
"version-semver": "2.1.0",
"port-version": 1,
"version-semver": "2.2.0",
JonLiu1993 marked this conversation as resolved.
Show resolved Hide resolved
"description": "A little, highly templated, and protobuf-compatible serialization/deserialization library written in C++20",
"homepage": "https://github.com/PragmaTwice/protopuf",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5613,8 +5613,8 @@
"port-version": 0
},
"protopuf": {
"baseline": "2.1.0",
"port-version": 1
"baseline": "2.2.0",
"port-version": 0
},
"protozero": {
"baseline": "1.7.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/protopuf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6b71d40a2aee36a592a71af26582efda6655502e",
"version-semver": "2.2.0",
"port-version": 0
},
{
"git-tree": "57399a25b20d4f3a437118a4bc2fe9a639972bb4",
"version-semver": "2.1.0",
Expand Down