sync_gateway 2.1.0

Closes #33792.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Igor Kapkov 2018-11-06 10:39:53 +11:00 committed by FX Coudert
parent 0bf763192b
commit ff51d5e821

View file

@ -2,8 +2,8 @@ class SyncGateway < Formula
desc "Make Couchbase Server a replication endpoint for Couchbase Lite"
homepage "https://docs.couchbase.com/sync-gateway"
url "https://github.com/couchbase/sync_gateway.git",
:tag => "1.3.1",
:revision => "660b1c92fadce1a9c7e692dfe7c5b741772d1dd2"
:tag => "2.1.0",
:revision => "a036bd817d35ff1c354c644804dc588fb7c41476"
head "https://github.com/couchbase/sync_gateway.git"
bottle do
@ -27,11 +27,6 @@ class SyncGateway < Formula
repo_cache = HOMEBREW_CACHE/"repo_cache/#{name}/.repo"
repo_cache.mkpath
# Remove for > 1.3.1
# Backports from HEAD the upgrade from Git protocol to https
# See https://github.com/couchbase/sync_gateway/commit/1cf0399
inreplace "manifest/default.xml", "git://", "https://" unless build.head?
(buildpath/"depot_tools").install resource("depot_tools")
ENV.prepend_path "PATH", buildpath/"depot_tools"