aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-06 09:16:51 -0600
committerJack Nagel2014-03-06 09:16:51 -0600
commit33aa64e890b69bd4218c61c11e82e4086ea56974 (patch)
tree56289db2c90844833b307edd7f3837fc263587b3 /Library/Formula
parent6f17788820b1f5aaa81bf70194db0b89d20a6498 (diff)
downloadhomebrew-33aa64e890b69bd4218c61c11e82e4086ea56974.tar.bz2
libgcrypt 1.6.1
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libgcrypt.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/libgcrypt.rb b/Library/Formula/libgcrypt.rb
index 4b5e5f9d8..9c2357fa4 100644
--- a/Library/Formula/libgcrypt.rb
+++ b/Library/Formula/libgcrypt.rb
@@ -2,8 +2,8 @@ require 'formula'
class Libgcrypt < Formula
homepage 'http://gnupg.org/'
- url 'ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.3.tar.bz2'
- sha1 '2c6553cc17f2a1616d512d6870fe95edf6b0e26e'
+ url 'ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.1.tar.bz2'
+ sha1 'f03d9b63ac3b17a6972fc11150d136925b702f02'
bottle do
cellar :any
@@ -27,12 +27,6 @@ class Libgcrypt < Formula
cause "basic test fails"
end
- def patches
- if ENV.compiler == :clang and (build.universal? or build.build_32_bit?)
- { :p0 => "https://trac.macports.org/export/85232/trunk/dports/devel/libgcrypt/files/clang-asm.patch" }
- end
- end
-
def install
ENV.universal_binary if build.universal?