diff options
| author | BrewTestBot | 2014-07-01 11:48:04 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-01 12:19:59 +0100 | 
| commit | f10b77027e95a0b46ab955f019e6f2076fad0e82 (patch) | |
| tree | 4e0619e22d011bd9d9f446ad7177b4bdd11863c8 | |
| parent | 9cab0c0f8f20b6fd58ab1392908fd5f82bc18343 (diff) | |
| download | homebrew-f10b77027e95a0b46ab955f019e6f2076fad0e82.tar.bz2 | |
pinentry: add 0.8.3 bottle.
| -rw-r--r-- | Library/Formula/pinentry.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/pinentry.rb b/Library/Formula/pinentry.rb index 84de83073..cf6b5f317 100644 --- a/Library/Formula/pinentry.rb +++ b/Library/Formula/pinentry.rb @@ -5,6 +5,13 @@ class Pinentry < Formula    url 'ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.8.3.tar.bz2'    sha1 'fc0efe5d375568f90ddbb23ee68e173411a49d4a' +  bottle do +    cellar :any +    sha1 "806d0a9cef81951318d9fa1fc11cb51479f441d8" => :mavericks +    sha1 "bf58da608d9564e9c20c23a639b3c9ac251b4442" => :mountain_lion +    sha1 "45bbcf616cbf8d853315da9a6dac10c056250201" => :lion +  end +    depends_on 'pkg-config' => :build    def install | 
