From bbc646dfeb56e1ef33b336a5142c2b369fde8317 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 9 Jul 2014 01:18:43 +0100 Subject: [PATCH] hidapi: add 0.8.0-rc1 bottle. --- Formula/hidapi.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/hidapi.rb b/Formula/hidapi.rb index 3122abc282c2c..c1e08de2dd31f 100644 --- a/Formula/hidapi.rb +++ b/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