diff options
| author | Andy Piper | 2013-10-28 14:58:26 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-10-28 14:58:26 +0000 |
| commit | 92e1e12e820732678705ec70d18244aaca4a056f (patch) | |
| tree | f383c100cdbdd017ad05afada205efaf50e07d2f /Library | |
| parent | c7cf75e7a4718ba8a0269079ba245660543cf620 (diff) | |
| download | homebrew-92e1e12e820732678705ec70d18244aaca4a056f.tar.bz2 | |
mosquitto 1.2.2
Closes #23697.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mosquitto.rb | 7 |
1 files changed, 3 insertions, 4 deletions
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 |
