libgcrypt 1.6.1

This commit is contained in:
Jack Nagel 2014-03-06 09:16:51 -06:00
parent f3afe2571a
commit 66f85a2909

View file

@ -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?