aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ola.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/ola.rb b/Library/Formula/ola.rb
index c57d898bb..25d6f843b 100644
--- a/Library/Formula/ola.rb
+++ b/Library/Formula/ola.rb
@@ -5,6 +5,12 @@ class Ola < Formula
url "https://github.com/OpenLightingProject/ola/releases/download/0.9.0/ola-0.9.0.tar.gz"
sha1 "aff9bf0802d4e6fcbdc5a2ffcdb7ba25d67fd209"
+ bottle do
+ sha1 "6e6b052f3c4f7dd4f413be82bc8858265c156e56" => :mavericks
+ sha1 "4104956ee3b641f353bc4d24c5edcf9c6888d3e8" => :mountain_lion
+ sha1 "449b86401a2aa4ac6445a7839fe82035a747d264" => :lion
+ end
+
option :universal
depends_on 'pkg-config' => :build