aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAndy Piper2013-09-23 12:04:06 +0100
committerAdam Vandenberg2013-09-23 07:40:36 -0700
commitcd3d758da44eefe6d3f6c7edcfcf1fba1293e959 (patch)
treecf5a138492a033a03964e417e5228e4986135b49 /Library/Formula
parent9d3661fcb0b4518f616028edc6c4768bb4ef4585 (diff)
downloadhomebrew-cd3d758da44eefe6d3f6c7edcfcf1fba1293e959.tar.bz2
mosquitto 1.2.1
Closes #22755. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mosquitto.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/mosquitto.rb b/Library/Formula/mosquitto.rb
index 8c9bb8322..0a4b20101 100644
--- a/Library/Formula/mosquitto.rb
+++ b/Library/Formula/mosquitto.rb
@@ -2,11 +2,12 @@ require 'formula'
class Mosquitto < Formula
homepage 'http://mosquitto.org/'
- url 'http://mosquitto.org/files/source/mosquitto-1.2.tar.gz'
- sha1 'eb374899637310cfc785c661ec22117df496d949'
+ url 'http://mosquitto.org/files/source/mosquitto-1.2.1.tar.gz'
+ sha1 'c349b2eecd76e8d6eb17d78231955234968e6f69'
depends_on 'pkg-config' => :build
depends_on 'cmake' => :build
+
# mosquitto requires OpenSSL >=1.0 for TLS support
depends_on 'openssl'