diff options
| author | George Macon | 2010-10-18 13:40:01 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-18 11:02:59 -0700 |
| commit | 45f44995ec63d5ec9da5b845eeab134af7e93e09 (patch) | |
| tree | d089aa1353af217d36a623c6f166748cdf799327 | |
| parent | c05fedb87602effeb9c990bd54ca7a1a06970027 (diff) | |
| download | homebrew-45f44995ec63d5ec9da5b845eeab134af7e93e09.tar.bz2 | |
gnupg 1.4.11
* Remove '--disable-debug' as unrecognized.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/gnupg.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gnupg.rb b/Library/Formula/gnupg.rb index 2c03a6aa4..46739939d 100644 --- a/Library/Formula/gnupg.rb +++ b/Library/Formula/gnupg.rb @@ -6,9 +6,9 @@ class GnupgIdea <Formula end class Gnupg <Formula - url 'ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.10.tar.bz2' + url 'ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.11.tar.bz2' homepage 'http://www.gnupg.org/' - sha1 'fd1b6a5f3b2dd836b598a1123ac257b8f105615d' + sha1 '78e22f5cca88514ee71034aafff539c33f3c6676' def options [["--idea", "Build with (patented) IDEA cipher"]] @@ -22,7 +22,7 @@ class Gnupg <Formula system 'gunzip', 'cipher/idea.c.gz' end - system "./configure", "--disable-debug", "--disable-dependency-tracking", + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--disable-asm" system "make" |
