sync_gateway: add 1.0.2 bottle.
Closes Homebrew/homebrew#29736. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
65d9826dff
commit
1b2c281fd1
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue