Skip to content

Commit

Permalink
ola 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brettkoonce committed Jul 21, 2014
1 parent be55269 commit 363e9dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/ola.rb
Expand Up @@ -2,8 +2,8 @@

class Ola < Formula
homepage "http://www.openlighting.org/ola/"
url "https://github.com/OpenLightingProject/ola/releases/download/0.9.0/ola-0.9.0.tar.gz"
sha1 "aff9bf0802d4e6fcbdc5a2ffcdb7ba25d67fd209"
url "https://github.com/OpenLightingProject/ola/releases/download/0.9.1/ola-0.9.1.tar.gz"
sha1 "1aeb969d833385603504f9debcbf48d7b27b5200"

bottle do
sha1 "6e6b052f3c4f7dd4f413be82bc8858265c156e56" => :mavericks
Expand All @@ -13,7 +13,7 @@ class Ola < Formula

option :universal

depends_on 'pkg-config' => :build
depends_on "pkg-config" => :build
depends_on "cppunit"
depends_on "protobuf-c"
depends_on "libmicrohttpd"
Expand Down

0 comments on commit 363e9dd

Please sign in to comment.