diff options
| author | BrewTestBot | 2014-07-03 22:27:44 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:41 +0100 | 
| commit | 5107adad226296e2960b583ce68f59f812fb9cd0 (patch) | |
| tree | 714ca8da88de777252078b9454e1c228f8560497 | |
| parent | 38c60e2f9ec4bd6bc14eaabad49ae74e489fd997 (diff) | |
| download | homebrew-5107adad226296e2960b583ce68f59f812fb9cd0.tar.bz2 | |
libyubikey: add 1.11 bottle.
| -rw-r--r-- | Library/Formula/libyubikey.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libyubikey.rb b/Library/Formula/libyubikey.rb index f70c98c55..655066053 100644 --- a/Library/Formula/libyubikey.rb +++ b/Library/Formula/libyubikey.rb @@ -5,6 +5,13 @@ class Libyubikey < Formula    url 'http://yubico.github.io/yubico-c/releases/libyubikey-1.11.tar.gz'    sha1 'a939abc129ed66af193d979765a8d8ac59ad7c40' +  bottle do +    cellar :any +    sha1 "e5cf353256f4e7ca7b18e00aeb9976eb772070e9" => :mavericks +    sha1 "1b6c9c26b3cd5fd49fd9eae477b7cc2edd35e314" => :mountain_lion +    sha1 "d7e5fbe2f2bbc8ac385f2b044539c686484357a4" => :lion +  end +    option :universal    def install  | 
