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 6a93de71f..5a2a6d2fa 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.1.2
- SHA512 0610997fde77f3b244693a676323fbb63a411504e6cc9bd6faa03bfe7a8a17882a55c6114637d34f4dd88c55e07a1ca71b19a86042e7167ae15684c14260fa54
+ REF v3.1.3
+ SHA512 80aa3e0e53f3de21b8dcb4f02765f59ff58fc8c1b9e21beb09de26a3dd07fc4d6a3bc9fe78fb1c6cc633caabb1dd088f220d077b4a3a0d534cb1d243959c5a08
HEAD_REF master
)
diff --git a/ports/comms/vcpkg.json b/ports/comms/vcpkg.json
index f65aa56dc..cabbd6dee 100644
--- a/ports/comms/vcpkg.json
+++ b/ports/comms/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "comms",
- "version-string": "3.1.2",
+ "version-string": "3.1.3",
"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"