Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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/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.1.4
SHA512 4902f8f165200116fe49bc313fc0808bac820f4e5e9084f9bf4e6c1d74ab71a3a056f4b3614b617e71f62cb37346956c69d83b77eb92dd7d9ad0918f1b5edb33
REF v3.2
SHA512 4ca0c1e074715126edae0bd8fda62bb2cbe2151887f755a1874e21d15e050e0c7248bb50ba2e9a5da52611f48fab8e3dd7d5cc402cad134684c1ebb85aa5348a
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.1.4",
"version-semver": "3.2.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.1
SHA512 e511aeac7659744dd5a30bd1bff3ee011aa4a3371df9ecb8befbd774b6b7951192fcd3bd21837a864d71126987321b66f0063f9e1ba2d59f9dd283334c363e89
REF v3.6.2
SHA512 532da398b23773703bb9ade2a5fb58584d99f631b0f28c834caa4377fcc4388a748405f998b77076a732316848bb6bde9be147fd0048485be8cc6fc6cc380352
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.1",
"version-semver": "3.6.2",
"description": "DSL schemas parser and code generator for CommsChampion Ecosystem",
"homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/commsdsl",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1317,15 +1317,15 @@
"port-version": 1
},
"comms": {
"baseline": "3.1.4",
"baseline": "3.2.0",
"port-version": 0
},
"comms-ublox": {
"baseline": "0.20.0",
"port-version": 1
},
"commsdsl": {
"baseline": "3.6.1",
"baseline": "3.6.2",
"port-version": 0
},
"concurrentqueue": {
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": "57fe5d80da8143076de8b7bb17a0ad9b6fc0cf5b",
"version-semver": "3.2.0",
"port-version": 0
},
{
"git-tree": "fb4f92eb981baa5bc5b85e2362c513848af83c52",
"version-semver": "3.1.4",
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": "bec82cc5342cd706af3d35c95a734c4fce0151ce",
"version-semver": "3.6.2",
"port-version": 0
},
{
"git-tree": "014e972b792fdc47a14d60c1f8a54949f75a9495",
"version-semver": "3.6.1",
Expand Down