From 0b070643740c0db869cf30ce544aa38047c098f7 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 27 Oct 2014 06:42:46 +0000 Subject: [PATCH] InspIRCd 2.0.18 Closes Homebrew/homebrew#33800. Signed-off-by: Brett Koonce --- Formula/inspircd.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/inspircd.rb b/Formula/inspircd.rb index e49fb5282ea49..7fcbd30501888 100644 --- a/Formula/inspircd.rb +++ b/Formula/inspircd.rb @@ -2,8 +2,8 @@ class Inspircd < Formula homepage 'http://www.inspircd.org' - url 'https://github.com/inspircd/inspircd/archive/v2.0.17.tar.gz' - sha1 '79c1a2438b926f5cb945db6dd02c4a1416dc9946' + url 'https://github.com/inspircd/inspircd/archive/v2.0.18.tar.gz' + sha1 '40039d9be51ad28493be16b27c9f20bc7fe617a4' head 'https://github.com/inspircd/inspircd.git' @@ -19,15 +19,14 @@ class Inspircd < Formula depends_on 'pkg-config' => :build depends_on 'geoip' => :optional depends_on 'gnutls' => :optional - depends_on 'libgcrypt' if build.with? 'gnutls' depends_on :mysql => :optional + depends_on 'openssl' => :optional depends_on 'pcre' => :optional depends_on 'postgresql' => :optional depends_on 'sqlite' => :optional depends_on 'tre' => :optional option 'without-ldap', 'Build without ldap support' - option 'without-openssl', 'Build without openssl support' def install modules = []