Skip to content

Commit

Permalink
[comms,commsdsl,comms-ublox] update ports (#18239)
Browse files Browse the repository at this point in the history
* [comms,commsdsl,comms-ublox] update ports

* added versions
  • Loading branch information
mathisloge authored Jun 2, 2021
1 parent 42bee9b commit 9390477
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ports/comms-ublox/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO commschamp/cc.ublox.generated
REF v0.20
SHA512 ceb0a8c524ce0857e77eaf0971c062d86d3c5588507755095e8f8080ab665d88af9c69dd136a9c5a38a895496f03e2764d1e892ca16318a5494c02178f5d389a
REF v0.20.1
SHA512 a03a5e63a1430d91d0f8250da576abdf8c86c85a2673817c38f3c883c7a5b736113974c4b56a804174d7fbcdbd198851435f5589d715950427b55180fce70801
HEAD_REF master
PATCHES
fix-comms.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/comms-ublox/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "comms-ublox",
"version-string": "0.20.0",
"port-version": 1,
"version-semver": "0.20.1",
"description": "UBLOX (UBX) protocol definition, generated out of cc.ublox.commsdsl",
"homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/cc.ublox.generated",
Expand Down
4 changes: 2 additions & 2 deletions ports/comms/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO commschamp/comms_champion
REF v3.2
SHA512 4ca0c1e074715126edae0bd8fda62bb2cbe2151887f755a1874e21d15e050e0c7248bb50ba2e9a5da52611f48fab8e3dd7d5cc402cad134684c1ebb85aa5348a
REF v3.3
SHA512 c60dc6c1ab67a2a5e26468255151ff9f5cbf4a2d7824c8f2ed0f8648b51170150fba26ab6072de9733b8b6e60272f28610d41d6b9df7994a0406f78aed5c686e
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/comms/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "comms",
"version-semver": "3.2.0",
"version-semver": "3.3.0",
"description": "COMMS is the C++(11) headers only, platform independent library, which makes the implementation of a communication protocol to be an easy and relatively quick process.",
"homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/comms_champion"
Expand Down
4 changes: 2 additions & 2 deletions ports/commsdsl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ vcpkg_fail_port_install(ON_TARGET "uwp")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO commschamp/commsdsl
REF v3.6.2
SHA512 532da398b23773703bb9ade2a5fb58584d99f631b0f28c834caa4377fcc4388a748405f998b77076a732316848bb6bde9be147fd0048485be8cc6fc6cc380352
REF v3.6.3
SHA512 0cb1573cd7dc000961a053601b85bd3c78183a0083fa654a97412c8024a3dc08bff58c833dea0af522a02888fbc198140d81615c7d8c7d5399871c2b0c2c43c5
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/commsdsl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commsdsl",
"version-semver": "3.6.2",
"version-semver": "3.6.3",
"description": "DSL schemas parser and code generator for CommsChampion Ecosystem",
"homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/commsdsl",
Expand Down
8 changes: 4 additions & 4 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1333,15 +1333,15 @@
"port-version": 1
},
"comms": {
"baseline": "3.2.0",
"baseline": "3.3.0",
"port-version": 0
},
"comms-ublox": {
"baseline": "0.20.0",
"port-version": 1
"baseline": "0.20.1",
"port-version": 0
},
"commsdsl": {
"baseline": "3.6.2",
"baseline": "3.6.3",
"port-version": 0
},
"concurrentqueue": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/comms-ublox.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5d9d9c8e99627bcea62fc1ba2cd9fc496f64a3d2",
"version-semver": "0.20.1",
"port-version": 0
},
{
"git-tree": "c54bc435620cecd7569ad27d615728b82d7f1c39",
"version-string": "0.20.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/comms.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3ebf2c0d025a1facfe7ea9e9418e631d3015f532",
"version-semver": "3.3.0",
"port-version": 0
},
{
"git-tree": "57fe5d80da8143076de8b7bb17a0ad9b6fc0cf5b",
"version-semver": "3.2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/commsdsl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "76aec94b428a3078c9135d05a46747c86cc24c7c",
"version-semver": "3.6.3",
"port-version": 0
},
{
"git-tree": "bec82cc5342cd706af3d35c95a734c4fce0151ce",
"version-semver": "3.6.2",
Expand Down

0 comments on commit 9390477

Please sign in to comment.