From 7bccf2b6ef5c2a98d7b3202f1b6395fb616263de Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:34 -0400 Subject: [PATCH] mosquitto: rebuild for openssl3 --- srcpkgs/mosquitto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mosquitto/template b/srcpkgs/mosquitto/template index 6290a30f129..4e7a26372b4 100644 --- a/srcpkgs/mosquitto/template +++ b/srcpkgs/mosquitto/template @@ -1,7 +1,7 @@ # Template file for 'mosquitto' pkgname=mosquitto version=2.0.15 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="WITH_WEBSOCKETS=yes WITH_BUNDLED_DEPS=no" make_install_args="prefix=/usr"