aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-08-28 03:11:31 +0100
committerJack Nagel2014-08-27 23:46:28 -0500
commit9f1ea9160b9ddc4961396b638cf93b214b4d15b3 (patch)
treec117f8c4ceeac23ee64ce14f6090a94a96ad3535 /Library/Formula
parent63dc3d4ed99722ac638bb22861921bba3a62db34 (diff)
downloadhomebrew-9f1ea9160b9ddc4961396b638cf93b214b4d15b3.tar.bz2
yubico-piv-tool: add 0.1.0 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/yubico-piv-tool.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/yubico-piv-tool.rb b/Library/Formula/yubico-piv-tool.rb
index bfce9c630..55d927030 100644
--- a/Library/Formula/yubico-piv-tool.rb
+++ b/Library/Formula/yubico-piv-tool.rb
@@ -5,6 +5,13 @@ class YubicoPivTool < Formula
url "http://opensource.yubico.com/yubico-piv-tool/releases/yubico-piv-tool-0.1.0.tar.gz"
sha1 "bebf01280e0ace0c43ab398a06cc0bc2e7fe2af9"
+ bottle do
+ cellar :any
+ sha1 "97d204bea07ee9e00d6f3281a84f94e27b55e174" => :mavericks
+ sha1 "621490567eed24c753f712668308a84880940bcd" => :mountain_lion
+ sha1 "19547ccfa0e742e5258907c28e039d5ed8a7e707" => :lion
+ end
+
depends_on "pkg-config" => :build
depends_on "openssl"