aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pidgin.rb
diff options
context:
space:
mode:
authorArlo Breault2014-10-21 18:34:02 -0700
committerJack Nagel2014-10-22 00:06:12 -0500
commit9bca742c2d79a88172f367b780da3947bb9de449 (patch)
treea832450b274450327a1ce173c4fc5044c60c0d09 /Library/Formula/pidgin.rb
parent2e1d904b53f6eb38cff124faf19ec7755e24131d (diff)
downloadhomebrew-9bca742c2d79a88172f367b780da3947bb9de449.tar.bz2
pidgin: pidgin-otr 4.0.1
Closes #33459. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/pidgin.rb')
-rw-r--r--Library/Formula/pidgin.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/pidgin.rb b/Library/Formula/pidgin.rb
index f7661b3c0..c22b8b94f 100644
--- a/Library/Formula/pidgin.rb
+++ b/Library/Formula/pidgin.rb
@@ -6,12 +6,6 @@ class Pidgin < Formula
sha1 'f3de8fd94dba1f4c98d5402a02430f9f323e665a'
revision 1
- bottle do
- sha1 "e039a6633ee9110630b5b7406fc9c465b10d34e2" => :mavericks
- sha1 "052f83d0798c770489cdee0cc1e4b6da7b858fff" => :mountain_lion
- sha1 "812f2081647fcbeaacd5beb70e1a84850365a283" => :lion
- end
-
depends_on :x11
depends_on 'pkg-config' => :build
depends_on 'intltool' => :build
@@ -23,8 +17,8 @@ class Pidgin < Formula
depends_on "libotr"
resource "pidgin-otr" do
- url "http://www.cypherpunks.ca/otr/pidgin-otr-4.0.0.tar.gz"
- sha1 "23c602c4b306ef4eeb3ff5959cd389569f39044d"
+ url "https://otr.cypherpunks.ca/pidgin-otr-4.0.1.tar.gz"
+ sha1 "e231a2dc72c960f2aa70d8c9d4b05abc6d123085"
end
option 'perl', 'Build pidgin with perl support'