Skip to content

Commit

Permalink
[protopuf] Update to 2.2.0 (microsoft#25136)
Browse files Browse the repository at this point in the history
* [protopuf] Update to 2.2.0

* [protopuf] Add version

* [protopuf] Change version-semver to version

* [protopuf] Add version
PragmaTwice authored Jun 9, 2022
1 parent 83eb3d3 commit 58bb4d6
Showing 4 changed files with 10 additions and 6 deletions.
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
)

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": "2.2.0",
"description": "A little, highly templated, and protobuf-compatible serialization/deserialization library written in C++20",
"homepage": "https://github.com/PragmaTwice/protopuf",
"dependencies": [
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
@@ -5617,8 +5617,8 @@
"port-version": 0
},
"protopuf": {
"baseline": "2.1.0",
"port-version": 1
"baseline": "2.2.0",
"port-version": 0
},
"protozero": {
"baseline": "1.7.1",
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": "1e9aca8dbbf9df6ab5034e57ca3d8e983f55ba05",
"version": "2.2.0",
"port-version": 0
},
{
"git-tree": "57399a25b20d4f3a437118a4bc2fe9a639972bb4",
"version-semver": "2.1.0",

0 comments on commit 58bb4d6

Please sign in to comment.