aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-10-22 17:31:57 +0100
committerMike McQuaid2014-10-22 18:09:33 +0100
commite48e31b9a7132c9d940ccffaa116ef5f9247c5a2 (patch)
tree62979e5ef4f2b1d79a96df26c1b3b4aced6924cc
parent2e4ce321d446819910cc5196e5e19638f8a2207f (diff)
downloadhomebrew-e48e31b9a7132c9d940ccffaa116ef5f9247c5a2.tar.bz2
pinentry: update 0.8.4 bottle.
-rw-r--r--Library/Formula/pinentry.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/pinentry.rb b/Library/Formula/pinentry.rb
index 99f10440a..bda36e2d2 100644
--- a/Library/Formula/pinentry.rb
+++ b/Library/Formula/pinentry.rb
@@ -7,9 +7,10 @@ class Pinentry < Formula
bottle do
cellar :any
- sha1 "df293406a5b8b1135eb9a3f320d8556d9ca402a9" => :mavericks
- sha1 "b675055db365dd414994c8fb3831c1172372d914" => :mountain_lion
- sha1 "50ee5e73c50b280e1665aa4b358a265a2e77aa3b" => :lion
+ revision 1
+ sha1 "c31bea35dfee2a0781fbb953a4bf17e215f08df8" => :yosemite
+ sha1 "007ad6402a6ec5b38bc852849d0fcdcf957ea6dc" => :mavericks
+ sha1 "44787bbcfb7e53371fe58eeb4076ff5529d7c24c" => :mountain_lion
end
depends_on 'pkg-config' => :build