From bfbf729333317f471bb71216749a39160626bbfc Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 12 Mar 2021 12:00:18 +0000 Subject: [PATCH] mosquitto: Update to version 2.0.9 --- bucket/mosquitto.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mosquitto.json b/bucket/mosquitto.json index 228a94f3f2..8d0d7c6cb7 100644 --- a/bucket/mosquitto.json +++ b/bucket/mosquitto.json @@ -1,16 +1,16 @@ { - "version": "2.0.8", + "version": "2.0.9", "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.8-install-windows-x64.exe#dl.7z", - "hash": "a92ec9ffa61154a3e97264239edb328c1ad95611813a89e5def65f9ac073454d" + "url": "https://mosquitto.org/files/binary/win64/mosquitto-2.0.9-install-windows-x64.exe#dl.7z", + "hash": "18baf7e81f2eec3165c6c3963969fbc2c0843eea76938fb3cf3739ff738e070c" }, "32bit": { - "url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.8-install-windows-x86.exe#/dl.7z", - "hash": "9fbe80315c6bd1a696975fd098c2cf9fb2242ff9c33fe80a08ddba491d38c80b" + "url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.9-install-windows-x86.exe#/dl.7z", + "hash": "743e754804771a1cf6c3522930ca766d77a5f4f2cbfe9cce5eb08ca521613b84" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Recurse",