aboutsummaryrefslogtreecommitdiff
path: root/ports/mosquitto/CONTROL
diff options
context:
space:
mode:
authorNancyLi1013 <lirui09@beyondsoft.com>2020-03-31 19:39:03 -0700
committerNancyLi1013 <lirui09@beyondsoft.com>2020-03-31 19:40:20 -0700
commitfed53f577120b98949dc1cf61b4a0cee9ac1eb16 (patch)
tree94a82808c3d202acdedfa12bb6fdd9cdaf261da9 /ports/mosquitto/CONTROL
parentb79f7675aaa82eb6c5a96ae764fb1ce379a9d5d6 (diff)
downloadvcpkg-fed53f577120b98949dc1cf61b4a0cee9ac1eb16.tar.gz
vcpkg-fed53f577120b98949dc1cf61b4a0cee9ac1eb16.zip
[mosquitto] Add support for static build
Diffstat (limited to 'ports/mosquitto/CONTROL')
-rw-r--r--ports/mosquitto/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/mosquitto/CONTROL b/ports/mosquitto/CONTROL
index 3b06305c5..6955ef15d 100644
--- a/ports/mosquitto/CONTROL
+++ b/ports/mosquitto/CONTROL
@@ -1,5 +1,5 @@
Source: mosquitto
-Version: 1.6.8
+Version: 1.6.8-1
Build-Depends: c-ares, libwebsockets, openssl, pthreads
Description: Mosquitto is an open source message broker that implements the MQ Telemetry Transport protocol versions 3.1 and 3.1.1.
MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. This makes it suitable for "machine to machine" messaging such as with low power sensors or mobile devices such as phones, embedded computers or microcontrollers like the Arduino.