pidgin: pidgin-otr 4.0.1
Closes Homebrew/homebrew#33459. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
f6de709574
commit
9192e407b1
1 changed files with 2 additions and 8 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue