From 92e1e12e820732678705ec70d18244aaca4a056f Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Mon, 28 Oct 2013 14:58:26 +0000 Subject: mosquitto 1.2.2 Closes #23697. Signed-off-by: Mike McQuaid --- Library/Formula/mosquitto.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mosquitto.rb b/Library/Formula/mosquitto.rb index 0a4b20101..6e21d87b8 100644 --- a/Library/Formula/mosquitto.rb +++ b/Library/Formula/mosquitto.rb @@ -2,8 +2,8 @@ require 'formula' class Mosquitto < Formula homepage 'http://mosquitto.org/' - url 'http://mosquitto.org/files/source/mosquitto-1.2.1.tar.gz' - sha1 'c349b2eecd76e8d6eb17d78231955234968e6f69' + url 'http://mosquitto.org/files/source/mosquitto-1.2.2.tar.gz' + sha1 '7e0ccffe4c34506ecf153b48c29d2f09c5c09586' depends_on 'pkg-config' => :build depends_on 'cmake' => :build @@ -32,8 +32,7 @@ class Mosquitto < Formula Python client bindings can be installed from the Python Package Index: pip install mosquitto - Javascript client is available at: - http://mosquitto.org/js/ + Javascript client has been removed, see Eclipse Paho for an alternative. EOD end -- cgit v1.2.3