From 9192e407b111f88dff3ccc177c19a938560f8f2d Mon Sep 17 00:00:00 2001 From: Arlo Breault Date: Tue, 21 Oct 2014 18:34:02 -0700 Subject: [PATCH] pidgin: pidgin-otr 4.0.1 Closes Homebrew/homebrew#33459. Signed-off-by: Jack Nagel --- Formula/pidgin.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/pidgin.rb b/Formula/pidgin.rb index f7661b3c00..c22b8b94f3 100644 --- a/Formula/pidgin.rb +++ b/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'