diff options
| -rw-r--r-- | Library/Formula/bitlbee.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/bitlbee.rb b/Library/Formula/bitlbee.rb index 926bf28d8..0e8739e7b 100644 --- a/Library/Formula/bitlbee.rb +++ b/Library/Formula/bitlbee.rb @@ -2,8 +2,8 @@ require 'formula' class Bitlbee < Formula homepage 'http://www.bitlbee.org/' - url 'http://get.bitlbee.org/src/bitlbee-3.2.tar.gz' - sha1 '21e17f082c776566429603b1e8c966983a75ac9e' + url 'http://get.bitlbee.org/src/bitlbee-3.2.1.tar.gz' + sha1 '954471ab87206826c072f31b3def40a1be5a78f5' option 'with-libpurple', "Use libpurple for all communication with instant messaging networks" option 'with-libotr', "Build with otr (off the record) support" |
