From a5d3bdbb049d250ec7ddb78d2ca8a4914ac04d14 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 15 Dec 2014 01:06:02 +0000 Subject: [PATCH] snappystream: add 0.1.2 bottle. --- Formula/snappystream.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/snappystream.rb b/Formula/snappystream.rb index c4ca4c3bd5..da20026378 100644 --- a/Formula/snappystream.rb +++ b/Formula/snappystream.rb @@ -7,6 +7,13 @@ class Snappystream < Formula head "https://github.com/hoxnox/snappystream.git" + bottle do + cellar :any + sha1 "91ab0e9f503246dc9f9ffaf988c277b1c8799b79" => :yosemite + sha1 "8b18651bcb5fbfd4ffd221300883a96759bc093f" => :mavericks + sha1 "37d9572034e5d3227401cd3688c586f790691196" => :mountain_lion + end + depends_on "cmake" => :build depends_on "snappy"