diff options
| author | BrewTestBot | 2014-02-23 12:04:53 +0000 | 
|---|---|---|
| committer | BrewTestBot | 2014-02-23 12:04:53 +0000 | 
| commit | a91acf92ce2b2224a85a965817dbfefb7e557500 (patch) | |
| tree | c62c62acd88b117ab4081b8bcd7558f89932475e /Library/Formula/libassuan.rb | |
| parent | ca421a8ab0648cfda81e27e1760baa5275bd6e8d (diff) | |
| download | homebrew-a91acf92ce2b2224a85a965817dbfefb7e557500.tar.bz2 | |
libassuan: add 2.1.1 bottle.
Diffstat (limited to 'Library/Formula/libassuan.rb')
| -rw-r--r-- | Library/Formula/libassuan.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libassuan.rb b/Library/Formula/libassuan.rb index a8a30e58f..1797bdacd 100644 --- a/Library/Formula/libassuan.rb +++ b/Library/Formula/libassuan.rb @@ -5,6 +5,13 @@ class Libassuan < Formula    url 'ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-2.1.1.tar.bz2'    sha1 '8bd3826de30651eb8f9b8673e2edff77cd70aca1' +  bottle do +    cellar :any +    sha1 "f732a521a63d06685b485c3cf99e912e9227bca1" => :mavericks +    sha1 "602a54e5ea291bdc46e9999f1afb2deba8d88e49" => :mountain_lion +    sha1 "c354db0ed33861930e670344bed27abe8709f978" => :lion +  end +    depends_on 'libgpg-error'    def install  | 
