aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bitlbee.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/bitlbee.rb')
-rw-r--r--Library/Formula/bitlbee.rb13
1 files changed, 2 insertions, 11 deletions
diff --git a/Library/Formula/bitlbee.rb b/Library/Formula/bitlbee.rb
index a2ee26963..52950c1ab 100644
--- a/Library/Formula/bitlbee.rb
+++ b/Library/Formula/bitlbee.rb
@@ -2,9 +2,8 @@ require 'formula'
class Bitlbee < Formula
homepage 'http://www.bitlbee.org/'
- url 'http://get.bitlbee.org/src/bitlbee-3.2.1.tar.gz'
- sha1 '954471ab87206826c072f31b3def40a1be5a78f5'
- revision 2
+ url 'http://get.bitlbee.org/src/bitlbee-3.2.2.tar.gz'
+ sha1 '7e3cfe2b6bf4e8e603c74e7587307a6f5d267e9c'
bottle do
sha1 "87aaac8542c0e5fcfaa81a5d0464d48043cf0389" => :mavericks
@@ -22,14 +21,6 @@ class Bitlbee < Formula
depends_on 'finch' => :optional
depends_on 'libotr' => :optional
- if build.with? "libotr"
- # Head versions of bitlbee support otr4, but there is no release yet.
- patch do
- url "http://ftp.de.debian.org/debian/pool/main/b/bitlbee/bitlbee_3.2.1+otr4-1.diff.gz"
- sha1 "a05af5ec8912f85b876f90e75a78dc4f98917ead"
- end
- end
-
def install
args = ["--prefix=#{prefix}",
"--debug=0",