Skip to content

Commit

Permalink
mosquitto 1.2.1
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#22755.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
andypiper authored and adamv committed Sep 23, 2013
1 parent d20435d commit 93bed54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/mosquitto.rb
Expand Up @@ -2,11 +2,12 @@

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'

Expand Down

0 comments on commit 93bed54

Please sign in to comment.