aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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'