aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-16 21:33:03 -0800
committerAdam Vandenberg2013-01-16 21:33:03 -0800
commite18da0a09faece0b10a5ba5298fa56ac035de8a2 (patch)
tree2fe3e9f1327a71886a2992a048f64aa6daa170cc /Library
parent775fae1d7631a54c497f9b7e5c163541da96fb00 (diff)
downloadhomebrew-e18da0a09faece0b10a5ba5298fa56ac035de8a2.tar.bz2
finch 2.10.6
Also add libgcrypt as a build-time dep so that finding gnutls works. Closes #17129.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/finch.rb9
1 files changed, 7 insertions, 2 deletions
diff --git a/Library/Formula/finch.rb b/Library/Formula/finch.rb
index d51b776ca..c1bd758ed 100644
--- a/Library/Formula/finch.rb
+++ b/Library/Formula/finch.rb
@@ -2,8 +2,8 @@ require 'formula'
class Finch < Formula
homepage 'http://developer.pidgin.im/wiki/Using%20Finch'
- url 'http://sourceforge.net/projects/pidgin/files/Pidgin/2.10.4/pidgin-2.10.4.tar.bz2'
- sha256 '8fbef835c8dfa2281532ad7064d664477d72015d6dcd4345362dcfe658aaee0e'
+ url 'http://sourceforge.net/projects/pidgin/files/Pidgin/2.10.6/pidgin-2.10.6.tar.bz2'
+ sha1 'a0532e7ba2acd205d6a5a4e3624156a980fe3d43'
depends_on 'pkg-config' => :build
depends_on 'libidn'
@@ -11,6 +11,11 @@ class Finch < Formula
depends_on 'glib'
depends_on 'intltool'
depends_on 'gnutls'
+ # guntls used to use libgcrypt, and the configure script links this
+ # library when testing for gnutls, so include it as a build-time
+ # dependency. See:
+ # https://github.com/mxcl/homebrew/issues/17129
+ depends_on 'libgcrypt' => :build
def install
# To get it to compile, had to configure without support for: