diff options
| author | Peter Powell | 2014-10-27 06:42:46 +0000 |
|---|---|---|
| committer | Brett Koonce | 2014-11-01 21:10:47 -0700 |
| commit | 029dcf910e859e1abbcd373737cb391bd551adfa (patch) | |
| tree | ff00704b31ba7bfc5ce26c3d8d57c7d85521b068 /Library | |
| parent | 6883882b91977b4b64ee9d9a8577e7054fa5e0cc (diff) | |
| download | homebrew-029dcf910e859e1abbcd373737cb391bd551adfa.tar.bz2 | |
InspIRCd 2.0.18
Closes #33800.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/inspircd.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/inspircd.rb b/Library/Formula/inspircd.rb index e49fb5282..7fcbd3050 100644 --- a/Library/Formula/inspircd.rb +++ b/Library/Formula/inspircd.rb @@ -2,8 +2,8 @@ require 'formula' 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 = [] |
