aboutsummaryrefslogtreecommitdiff
path: root/ports/comms
diff options
context:
space:
mode:
authorMathis Logemann <mathisloge@gmail.com>2020-11-12 22:04:04 +0100
committerGitHub <noreply@github.com>2020-11-12 13:04:04 -0800
commitcb16030a074783b52db91e2b990426a811ec644e (patch)
tree6cbb18a4a584dcf894091917ed9bb22403908be9 /ports/comms
parentbf482a9b589f104c5a4b612df6dc1e0e0142c120 (diff)
downloadvcpkg-cb16030a074783b52db91e2b990426a811ec644e.tar.gz
vcpkg-cb16030a074783b52db91e2b990426a811ec644e.zip
[comms ] update to the next version (#14521)
* update comms to the next version; fixed github repo * Update portfile.cmake added the no warn as error again * use only necessary boost packages as dependencies * fix formatting
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"