From 1eb1601726c4ea76ebc76f06a49fe34fa6d4dc12 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 23 Dec 2020 00:01:47 +0000 Subject: [PATCH] mosquitto: Update to version 2.0.4 --- bucket/mosquitto.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mosquitto.json b/bucket/mosquitto.json index 9b6bcf2491..7c15f6c0fd 100644 --- a/bucket/mosquitto.json +++ b/bucket/mosquitto.json @@ -1,16 +1,16 @@ { - "version": "2.0.3a", + "version": "2.0.4", "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.3a-install-windows-x64.exe#dl.7z", - "hash": "c86432e4e39681e8df45e3fb02aaa899136fe65818b17568603de26871a16671" + "url": "https://mosquitto.org/files/binary/win64/mosquitto-2.0.4-install-windows-x64.exe#dl.7z", + "hash": "1afe0fb2e820635a3eeb6e7321469f5baa6c8cafed008af537c10e4c95317c64" }, "32bit": { - "url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.3a-install-windows-x86.exe#/dl.7z", - "hash": "14effe68c4b4ee642785faef4b9cc5049326a779c142a25b92b61c7a9ff5142f" + "url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.4-install-windows-x86.exe#/dl.7z", + "hash": "d0c518011cd64cc6cc45a5335330f4431a4afc0505be6bbc7bc2d1702906a933" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Recurse",