diff options
| author | BrewTestBot | 2014-11-09 04:15:51 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-11-09 16:12:57 +0000 | 
| commit | be57435143ae5e897b2c3667bc1650d32097ec18 (patch) | |
| tree | 67f3e9d11be5289c3102e3887a7d8e6513270e78 | |
| parent | 11a31fb47bfa5849279a30ec8a278b2b414a1de3 (diff) | |
| download | homebrew-be57435143ae5e897b2c3667bc1650d32097ec18.tar.bz2 | |
pinentry: update 0.9.0 bottle.
| -rw-r--r-- | Library/Formula/pinentry.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/pinentry.rb b/Library/Formula/pinentry.rb index 854b84d9a..dcd18d97b 100644 --- a/Library/Formula/pinentry.rb +++ b/Library/Formula/pinentry.rb @@ -7,9 +7,9 @@ class Pinentry < Formula    bottle do      cellar :any -    sha1 "c31bea35dfee2a0781fbb953a4bf17e215f08df8" => :yosemite -    sha1 "007ad6402a6ec5b38bc852849d0fcdcf957ea6dc" => :mavericks -    sha1 "44787bbcfb7e53371fe58eeb4076ff5529d7c24c" => :mountain_lion +    sha1 "430ee45b7236eecc16a089d7601b15f78c010684" => :yosemite +    sha1 "6eab9da0d163a0ca3d3717092a50048863dd16af" => :mavericks +    sha1 "ffd319f02d77015c80a40c5a4f055db03315503a" => :mountain_lion    end    depends_on "pkg-config" => :build | 
