diff options
| author | Mathis Logemann <mathisloge@gmail.com> | 2020-12-16 01:21:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 16:21:39 -0800 |
| commit | 49972a664f0c7c145972ac46fd86158aed37dd7b (patch) | |
| tree | cfbf727a8804925042e39649946f70f81e5f3243 /ports/comms-ublox | |
| parent | c744bdf5082ea64be00f7ed58132f0889e94a107 (diff) | |
| download | vcpkg-49972a664f0c7c145972ac46fd86158aed37dd7b.tar.gz vcpkg-49972a664f0c7c145972ac46fd86158aed37dd7b.zip | |
update comms lib to latest (#15138)
Diffstat (limited to 'ports/comms-ublox')
| -rw-r--r-- | ports/comms-ublox/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/comms-ublox/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/comms-ublox/portfile.cmake b/ports/comms-ublox/portfile.cmake index e308ccd7b..87011252d 100644 --- a/ports/comms-ublox/portfile.cmake +++ b/ports/comms-ublox/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO commschamp/cc.ublox.generated
- REF v0.19.1
- SHA512 4f599bc052ea4f4dd4158c7e2d2bd4020393802d8f2bcd97637a618190789cd5797e3e3b56da868949a261d1d4a34b4bf613a97ad28e0da87f82b3f5452498e7
+ REF v0.20
+ SHA512 ceb0a8c524ce0857e77eaf0971c062d86d3c5588507755095e8f8080ab665d88af9c69dd136a9c5a38a895496f03e2764d1e892ca16318a5494c02178f5d389a
HEAD_REF master
PATCHES
fix-comms.patch
diff --git a/ports/comms-ublox/vcpkg.json b/ports/comms-ublox/vcpkg.json index 30825b80c..2c18c713c 100644 --- a/ports/comms-ublox/vcpkg.json +++ b/ports/comms-ublox/vcpkg.json @@ -1,6 +1,6 @@ { "name": "comms-ublox", - "version-string": "0.19.1", + "version-string": "0.20.0", "description": "UBLOX (UBX) protocol definition, generated out of cc.ublox.commsdsl", "homepage": "https://commschamp.github.io/", "documentation": "https://github.com/commschamp/cc.ublox.generated", |
