diff options
| author | Peter Powell | 2014-07-25 08:36:38 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-25 10:27:58 +0100 |
| commit | 9161a2ce2a4a4c6a8e7ab225c2d4bfd810a67a96 (patch) | |
| tree | 5d379eddd42de4d5e2ef3f70cbb1f16e3535da30 | |
| parent | e71e80908050abc7f39b65e0657e80664cee26bf (diff) | |
| download | homebrew-9161a2ce2a4a4c6a8e7ab225c2d4bfd810a67a96.tar.bz2 | |
InspIRCd 2.0.17
| -rw-r--r-- | Library/Formula/inspircd.rb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/inspircd.rb b/Library/Formula/inspircd.rb index cc645c4bc..640a971b0 100644 --- a/Library/Formula/inspircd.rb +++ b/Library/Formula/inspircd.rb @@ -2,9 +2,8 @@ require 'formula' class Inspircd < Formula homepage 'http://www.inspircd.org' - url 'https://github.com/inspircd/inspircd/archive/v2.0.16.tar.gz' - sha1 '5ea8e81124dc933ba289a4eb5782a66874e5d7e4' - revision 1 + url 'https://github.com/inspircd/inspircd/archive/v2.0.17.tar.gz' + sha1 '79c1a2438b926f5cb945db6dd02c4a1416dc9946' head 'https://github.com/inspircd/inspircd.git' @@ -24,12 +23,6 @@ class Inspircd < Formula option 'without-ldap', 'Build without ldap support' option 'without-openssl', 'Build without openssl support' - # Fix for runtime linker errors when loading modules compiled with LLVM 3.4 - patch :p1 do - url 'https://github.com/inspircd/inspircd/commit/b65fb065b5a77aeea056f88e1b8d96ec8fbea47c.diff' - sha1 '13005aa29dd6ee37a30aca805d99789220884c9c' - end - def install modules = [] modules << 'm_geoip.cpp' if build.with? 'geoip' |
