Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libpaho-mqtt 1.3.14 #203536

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1758,6 +1758,7 @@ liboqs
liborigin
libosinfo
libp11
libpaho-mqtt
libpanel
libpano
libpcap
Expand Down
7 changes: 3 additions & 4 deletions Formula/lib/libpaho-mqtt.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class LibpahoMqtt < Formula

Check warning on line 1 in Formula/lib/libpaho-mqtt.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew linkage --cached --test --strict libpaho-mqtt` failed on macOS Sonoma (14) on Apple Silicon!

/opt/homebrew/Cellar/libpaho-mqtt/1.3.14/bin/MQTTVersion

Check warning on line 1 in Formula/lib/libpaho-mqtt.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew linkage --cached --test --strict libpaho-mqtt` failed on macOS Ventura (13) on Apple Silicon!

/opt/homebrew/Cellar/libpaho-mqtt/1.3.14/bin/MQTTVersion

Check warning on line 1 in Formula/lib/libpaho-mqtt.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew linkage --cached --test --strict libpaho-mqtt` failed on macOS Sequoia (15) on Apple Silicon!

/opt/homebrew/Cellar/libpaho-mqtt/1.3.14/bin/MQTTVersion

Check warning on line 1 in Formula/lib/libpaho-mqtt.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

`brew linkage --cached --test --strict libpaho-mqtt` failed on macOS Ventura (13)!

/usr/local/Cellar/libpaho-mqtt/1.3.14/bin/MQTTVersion

Check warning on line 1 in Formula/lib/libpaho-mqtt.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

`brew linkage --cached --test --strict libpaho-mqtt` failed on macOS Sonoma (14)!

/usr/local/Cellar/libpaho-mqtt/1.3.14/bin/MQTTVersion
desc "Eclipse Paho C client library for MQTT"
homepage "https://eclipse.github.io/paho.mqtt.c/"
url "https://github.com/eclipse/paho.mqtt.c/archive/refs/tags/v1.3.13.tar.gz"
sha256 "47c77e95609812da82feee30db435c3b7c720d4fd3147d466ead126e657b6d9c"
homepage "https://eclipse-paho.github.io/paho.mqtt.c/MQTTClient/html/"
url "https://github.com/eclipse-paho/paho.mqtt.c/archive/refs/tags/v1.3.14.tar.gz"
sha256 "7af7d906e60a696a80f1b7c2bd7d6eb164aaad908ff4c40c3332ac2006d07346"
license "EPL-2.0"
revision 1

bottle do
sha256 cellar: :any, arm64_sequoia: "6abe3ddd5894700c4236244f923ef92a1145c71d2098caa2e3aea10cda9f2111"
Expand Down
Loading