diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2015-08-20 10:37:02 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-08-20 10:37:02 +0200 |
commit | b309d194286c3e8e5aa2e6652ed5351c0d879dec (patch) | |
tree | e6dd87e6d912bfce94c77e6c4c1f2a02b0fd6571 | |
parent | f9280fd9e9f9a4bb108327362559cccac6186b3b (diff) | |
download | buildroot-b309d194286c3e8e5aa2e6652ed5351c0d879dec.tar.gz buildroot-b309d194286c3e8e5aa2e6652ed5351c0d879dec.zip |
mosquitto: bump version
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/mosquitto/mosquitto.hash | 2 | ||||
-rw-r--r-- | package/mosquitto/mosquitto.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/mosquitto/mosquitto.hash b/package/mosquitto/mosquitto.hash index 90133d7952..2ca1d17d14 100644 --- a/package/mosquitto/mosquitto.hash +++ b/package/mosquitto/mosquitto.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 5ebc3800a0018bfbec62dcc3748fb29f628df068acd39c62c4ef651d9276647e mosquitto-1.4.2.tar.gz +sha256 773d7436f729b5a6088035708c9277a9c6ba5651e127b63c8f29fe39e152479c mosquitto-1.4.3.tar.gz diff --git a/package/mosquitto/mosquitto.mk b/package/mosquitto/mosquitto.mk index 281833c41f..d9703fbb7d 100644 --- a/package/mosquitto/mosquitto.mk +++ b/package/mosquitto/mosquitto.mk @@ -4,7 +4,7 @@ # ################################################################################ -MOSQUITTO_VERSION = 1.4.2 +MOSQUITTO_VERSION = 1.4.3 MOSQUITTO_SITE = http://mosquitto.org/files/source MOSQUITTO_LICENSE = EPLv1.0 or EDLv1.0 MOSQUITTO_LICENSE_FILES = LICENSE.txt epl-v10 edl-v10 |