aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sync_gateway.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/sync_gateway.rb b/Library/Formula/sync_gateway.rb
index 3ea08ad59..617991258 100644
--- a/Library/Formula/sync_gateway.rb
+++ b/Library/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