aboutsummaryrefslogtreecommitdiff
path: root/ports/comms
diff options
context:
space:
mode:
Diffstat (limited to 'ports/comms')
-rw-r--r--ports/comms/portfile.cmake4
-rw-r--r--ports/comms/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/comms/portfile.cmake b/ports/comms/portfile.cmake
index eff86cf16..7e2f95df0 100644
--- a/ports/comms/portfile.cmake
+++ b/ports/comms/portfile.cmake
@@ -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
)
diff --git a/ports/comms/vcpkg.json b/ports/comms/vcpkg.json
index 7f174b71e..62821a8bf 100644
--- a/ports/comms/vcpkg.json
+++ b/ports/comms/vcpkg.json
@@ -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"