aboutsummaryrefslogtreecommitdiff
path: root/ports/comms
diff options
context:
space:
mode:
Diffstat (limited to 'ports/comms')
-rw-r--r--ports/comms/portfile.cmake6
-rw-r--r--ports/comms/vcpkg.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/comms/portfile.cmake b/ports/comms/portfile.cmake
index bca5f8524..6a93de71f 100644
--- a/ports/comms/portfile.cmake
+++ b/ports/comms/portfile.cmake
@@ -2,9 +2,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
- REPO mathisloge/comms_champion
- REF v3.1.1
- SHA512 167838aec1d42ce60e373aaa1c3b3f0093735e54b80c12229624fa5617b713462609b46585dbe9a1637404e88bd051eda2e619d21bff60056693e79dd9e53878
+ REPO commschamp/comms_champion
+ REF v3.1.2
+ SHA512 0610997fde77f3b244693a676323fbb63a411504e6cc9bd6faa03bfe7a8a17882a55c6114637d34f4dd88c55e07a1ca71b19a86042e7167ae15684c14260fa54
HEAD_REF master
)
diff --git a/ports/comms/vcpkg.json b/ports/comms/vcpkg.json
index 6c3668de0..f65aa56dc 100644
--- a/ports/comms/vcpkg.json
+++ b/ports/comms/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "comms",
- "version-string": "3.1.1",
+ "version-string": "3.1.2",
"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"