diff options
| author | bucurb <bobuc@microsoft.com> | 2021-07-01 17:10:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 09:10:50 -0700 |
| commit | 59e3243c9911d1f736ac39c17a77a92fa2b9cddc (patch) | |
| tree | 6cea1280ccbc20ece4f6987cf33cfe06aee4d0e1 /versions | |
| parent | 9e104306a7d0775602310bb1b1873fbafca3468d (diff) | |
| download | vcpkg-59e3243c9911d1f736ac39c17a77a92fa2b9cddc.tar.gz vcpkg-59e3243c9911d1f736ac39c17a77a92fa2b9cddc.zip | |
[protobuf] Fixed protoc path (#18741)
* fixed protoc path
* bumped version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/p-/protobuf.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 023cb4347..f35a73e2a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4986,7 +4986,7 @@ }, "protobuf": { "baseline": "3.15.8", - "port-version": 2 + "port-version": 3 }, "protobuf-c": { "baseline": "1.3.2-2", diff --git a/versions/p-/protobuf.json b/versions/p-/protobuf.json index 7ce8bc35f..547ba83f2 100644 --- a/versions/p-/protobuf.json +++ b/versions/p-/protobuf.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "88066eeef097b56edc3bff316ce292d57c132d12", + "version-semver": "3.15.8", + "port-version": 3 + }, + { "git-tree": "1c52c3eb43c2dfd9603673eb5c173ec69c21ea73", "version-semver": "3.15.8", "port-version": 2 |
