aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libassuan.rb
diff options
context:
space:
mode:
authorBrett Koonce2014-08-21 23:55:07 -0700
committerBrett Koonce2014-08-22 00:02:24 -0700
commitfa6c2487d1ed4aaba70905bde1b5c76cc5e4a4e8 (patch)
tree872fae8ebe47446ca279ced92f106ff35e096458 /Library/Formula/libassuan.rb
parentec983ccfa1a33b55252a305edc5401bbf2487143 (diff)
downloadhomebrew-fa6c2487d1ed4aaba70905bde1b5c76cc5e4a4e8.tar.bz2
libassuan 2.1.2
Diffstat (limited to 'Library/Formula/libassuan.rb')
-rw-r--r--Library/Formula/libassuan.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/libassuan.rb b/Library/Formula/libassuan.rb
index 1797bdacd..95bebe402 100644
--- a/Library/Formula/libassuan.rb
+++ b/Library/Formula/libassuan.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class Libassuan < Formula
- homepage 'http://www.gnupg.org/related_software/libassuan/index.en.html'
- url 'ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-2.1.1.tar.bz2'
- sha1 '8bd3826de30651eb8f9b8673e2edff77cd70aca1'
+ homepage "http://www.gnupg.org/related_software/libassuan/index.en.html"
+ url "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-2.1.2.tar.bz2"
+ sha1 "7aed69734ba64b63004107cada671b5861d332a4"
bottle do
cellar :any
@@ -12,7 +12,7 @@ class Libassuan < Formula
sha1 "c354db0ed33861930e670344bed27abe8709f978" => :lion
end
- depends_on 'libgpg-error'
+ depends_on "libgpg-error"
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"