diff options
| author | Hok Shun Poon | 2014-12-19 02:19:15 +0000 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-18 22:55:15 -0500 | 
| commit | 873f4d77076ee45fee8a59217f62ce34027d2f2a (patch) | |
| tree | f82baf04fdf39a58a6722f9bfbc7463dfbe8109d /Library/Formula/sync_gateway.rb | |
| parent | 531b15f0f87f0fe1a48543fd89e52cbe46dac648 (diff) | |
| download | homebrew-873f4d77076ee45fee8a59217f62ce34027d2f2a.tar.bz2 | |
sync_gateway 1.0.4
Closes #35117.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/sync_gateway.rb')
| -rw-r--r-- | Library/Formula/sync_gateway.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sync_gateway.rb b/Library/Formula/sync_gateway.rb index 571c74920..14d1b9c04 100644 --- a/Library/Formula/sync_gateway.rb +++ b/Library/Formula/sync_gateway.rb @@ -3,8 +3,8 @@ require "formula"  class SyncGateway < Formula    homepage "http://docs.couchbase.com/sync-gateway"    head "https://github.com/couchbase/sync_gateway.git" -  url "https://github.com/couchbase/sync_gateway.git", :branch => "release/1.0.2" -  version "1.0.2" +  url "https://github.com/couchbase/sync_gateway.git", :branch => "release/1.0.4" +  version "1.0.4"    bottle do      sha1 "c562b5a600af346900a97ffba3941ec7bf143cc3" => :mavericks  | 
