From 1b2c281fd1b9a1e62b5336628af82b0119552ffd Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Sat, 30 Aug 2014 13:44:31 +0100 Subject: [PATCH] sync_gateway: add 1.0.2 bottle. Closes Homebrew/homebrew#29736. Signed-off-by: Mike McQuaid --- Formula/sync_gateway.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/sync_gateway.rb b/Formula/sync_gateway.rb index 3ea08ad5998..617991258d0 100644 --- a/Formula/sync_gateway.rb +++ b/Formula/sync_gateway.rb @@ -6,6 +6,12 @@ class SyncGateway < Formula url "https://github.com/couchbase/sync_gateway.git", :branch => "release/1.0.2" version "1.0.2" + bottle do + sha1 "c562b5a600af346900a97ffba3941ec7bf143cc3" => :mavericks + sha1 "f0e322874588bc5328ec5ab4880def47026960e4" => :mountain_lion + sha1 "b7b9d259e0ed15757f30b2e44881266d9dd2a4de" => :lion + end + depends_on "go" => :build def install