From beb83c193a8b415313f55da18cfdcc93d8e8acaf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 11 Dec 2020 01:01:47 +0000 Subject: [PATCH] mosquitto: Update to version 2.0.2 --- bucket/mosquitto.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mosquitto.json b/bucket/mosquitto.json index d001dc8cf7..2d45dc23a4 100644 --- a/bucket/mosquitto.json +++ b/bucket/mosquitto.json @@ -1,16 +1,16 @@ { - "version": "2.0.1", + "version": "2.0.2", "description": "An open-source message broker that implements the MQTT protocol.", "homepage": "https://mosquitto.org/", "license": "EPL-1.0", "architecture": { "64bit": { - "url": "https://mosquitto.org/files/binary/win64/mosquitto-2.0.1-install-windows-x64.exe#dl.7z", - "hash": "c1e5fa00f20cb5b906f7473d6fbb34648d372b48eae4b40ce21ecd3a4cd0995a" + "url": "https://mosquitto.org/files/binary/win64/mosquitto-2.0.2-install-windows-x64.exe#dl.7z", + "hash": "28a9070ba7b50b8e4f1a835ed7756b4e1866b4b4a6ea119d13034cd36da47701" }, "32bit": { - "url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.1-install-windows-x86.exe#/dl.7z", - "hash": "f23b54ff6b6347756f7b0160e29f7d0ecd16cc7553eedfb4f20ce5361dc6f292" + "url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.2-install-windows-x86.exe#/dl.7z", + "hash": "18c1174a59081ce5ba6f5aecf06925a27267e5fabd376a52b21596a5dd99e246" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Recurse",