From 1e97dd57d512b7a7bdd146531ca619ea2ad5492f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 20:28:28 +0000 Subject: [PATCH] mosquitto: Update to version 2.0.21 --- bucket/mosquitto.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mosquitto.json b/bucket/mosquitto.json index 788e80733a..33e5fd1652 100644 --- a/bucket/mosquitto.json +++ b/bucket/mosquitto.json @@ -1,16 +1,16 @@ { - "version": "2.0.20", + "version": "2.0.21", "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.20-install-windows-x64.exe#dl.7z", - "hash": "f540eb2df441e6087972c3e33dab480cf096e1c1f8b89072e3d8705ca980c360" + "url": "https://mosquitto.org/files/binary/win64/mosquitto-2.0.21-install-windows-x64.exe#dl.7z", + "hash": "a3d5b619223689709d7c00a73c080e3d95a393d39f61d11aa8845c559aa71dd2" }, "32bit": { - "url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.20-install-windows-x86.exe#/dl.7z", - "hash": "08e6a37aa35131411ad998505e08207f2119f6198131c2bde83f74de16bd4107" + "url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.21-install-windows-x86.exe#/dl.7z", + "hash": "0c0ba965925ff254fc300337f78bc72c156c302f74fbc07d48b0a1547fe4aee0" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Recurse",