diff options
| author | Alexander Færøy | 2014-10-12 13:42:43 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-10-12 12:54:53 -0500 |
| commit | a46700db0fb9c43e608454b2a5ac8360d409b741 (patch) | |
| tree | b1111e3dba6ed5a28122a62fa207145ed972e543 /Library/Formula | |
| parent | 2bcad6aee037187e8cd3259529c1bea1847020ad (diff) | |
| download | homebrew-a46700db0fb9c43e608454b2a5ac8360d409b741.tar.bz2 | |
Irssi 0.8.17
This patch also enables the new configure option: --enable-true-color
and removes the devel version.
Closes #33111.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/irssi.rb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Library/Formula/irssi.rb b/Library/Formula/irssi.rb index 03334e48a..9327eb611 100644 --- a/Library/Formula/irssi.rb +++ b/Library/Formula/irssi.rb @@ -2,9 +2,8 @@ require "formula" class Irssi < Formula homepage "http://irssi.org/" - url "http://irssi.org/files/irssi-0.8.16.tar.bz2" - sha1 "631dd70b6d3872c5f81c1a46a6872fef5bd65ffb" - revision 1 + url "http://irssi.org/files/irssi-0.8.17.tar.bz2" + sha1 "3bdee9a1c1f3e99673143c275d2c40275136664a" bottle do sha1 "cf15f3d0cadb37218e164250c44d78b4c892d177" => :mavericks @@ -18,11 +17,6 @@ class Irssi < Formula depends_on "glib" depends_on "openssl" => :optional - devel do - url "http://irssi.org/files/irssi-0.8.17-rc1.tar.gz" - sha1 "583870b51062503437590ab52186a4c6b38591d4" - end - # Fix Perl build flags and paths in man page patch :DATA @@ -34,6 +28,7 @@ class Irssi < Formula --with-bot --with-proxy --enable-ipv6 + --enable-true-color --with-socks --with-ncurses=#{MacOS.sdk_path}/usr ] |
