aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-08-30 13:44:31 +0100
committerMike McQuaid2014-08-30 17:22:00 +0100
commit79472da86353526f3eec4a1236aef0e9bb9f9d01 (patch)
tree87bb5d8b9d93d04a0160d5cd9f35cbe7323d3641 /Library
parentdb2c8ce8025cb29dbbd13dfec32cdde1ad4947f2 (diff)
downloadhomebrew-79472da86353526f3eec4a1236aef0e9bb9f9d01.tar.bz2
sync_gateway: add 1.0.2 bottle.
Closes #29736. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-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