aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-03-12 10:16:28 +0000
committerMike McQuaid2015-03-12 12:29:14 +0000
commit640f3b37dce2aeeea0e4e789ee4feb1dbfefabbc (patch)
tree1cf14f476506ef11ada67e143c3e63c5d2d89324
parenteae9f11c40aa945147d661012fd465917f246c08 (diff)
downloadhomebrew-640f3b37dce2aeeea0e4e789ee4feb1dbfefabbc.tar.bz2
ykclient: add 2.14 bottle.
-rw-r--r--Library/Formula/ykclient.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ykclient.rb b/Library/Formula/ykclient.rb
index 6a88bd357..25ff45938 100644
--- a/Library/Formula/ykclient.rb
+++ b/Library/Formula/ykclient.rb
@@ -3,6 +3,13 @@ class Ykclient < Formula
url "https://yubico.github.io/yubico-c-client/releases/ykclient-2.14.tar.gz"
sha256 "bd7ddaa1d88ec7be323738cabdf58ff99cb6d6cd3fe937c69b52fa9b3764d362"
+ bottle do
+ cellar :any
+ sha256 "a6bf94742e5dea65974107915a86ed3fdd97c4238279262fb6c49a153bf707da" => :yosemite
+ sha256 "c80e5dbdd8e4790db32c09f7ec7ce542a1ecaa3d26818711ab1b1f4d9779b516" => :mavericks
+ sha256 "1bc7d485b047e44cc7aca1530007f2480f36ddf26e1a4b5d55281ed587ade32c" => :mountain_lion
+ end
+
option :universal
depends_on "pkg-config" => :build