diff options
| author | BrewTestBot | 2014-07-09 01:18:43 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-09 09:54:30 -0700 |
| commit | b7226bdfe73e5016875987391ef78c204793d6b9 (patch) | |
| tree | fc4f6a575a81a0bc076e3a8b79b22f0d17ff3d47 /Library | |
| parent | eb8e564512c8acdd026595d3b6afec0ec86a4431 (diff) | |
| download | homebrew-b7226bdfe73e5016875987391ef78c204793d6b9.tar.bz2 | |
hidapi: add 0.8.0-rc1 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hidapi.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/hidapi.rb b/Library/Formula/hidapi.rb index 3122abc28..c1e08de2d 100644 --- a/Library/Formula/hidapi.rb +++ b/Library/Formula/hidapi.rb @@ -5,6 +5,13 @@ class Hidapi < Formula url 'https://github.com/signal11/hidapi/archive/hidapi-0.8.0-rc1.tar.gz' sha1 '5e72a4c7add8b85c8abcdd360ab8b1e1421da468' + bottle do + cellar :any + sha1 "f3af3a129f163480bfa90d082a95cccd3469da5b" => :mavericks + sha1 "39200d818b0b7889b351c781e4c94a42c3c749c4" => :mountain_lion + sha1 "68edd3c5c191007340c14cae9537371e0b975f4a" => :lion + end + depends_on 'autoconf' => :build depends_on 'automake' => :build depends_on 'libtool' => :build |
