diff options
| author | BrewTestBot | 2014-12-19 02:29:11 +0000 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-18 22:55:16 -0500 | 
| commit | a60f4195974b54f23daf6c861a9ee99760d7155a (patch) | |
| tree | e0bc06875734e730d3a1e0fd3f3bcad370afb27f /Library/Formula/sync_gateway.rb | |
| parent | 873f4d77076ee45fee8a59217f62ce34027d2f2a (diff) | |
| download | homebrew-a60f4195974b54f23daf6c861a9ee99760d7155a.tar.bz2 | |
sync_gateway: update 1.0.4 bottle.
Diffstat (limited to 'Library/Formula/sync_gateway.rb')
| -rw-r--r-- | Library/Formula/sync_gateway.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sync_gateway.rb b/Library/Formula/sync_gateway.rb index 14d1b9c04..3075107df 100644 --- a/Library/Formula/sync_gateway.rb +++ b/Library/Formula/sync_gateway.rb @@ -7,9 +7,9 @@ class SyncGateway < Formula    version "1.0.4"    bottle do -    sha1 "c562b5a600af346900a97ffba3941ec7bf143cc3" => :mavericks -    sha1 "f0e322874588bc5328ec5ab4880def47026960e4" => :mountain_lion -    sha1 "b7b9d259e0ed15757f30b2e44881266d9dd2a4de" => :lion +    sha1 "cd5eef55308a0cbbfbd92e774b86d47344abea7e" => :yosemite +    sha1 "6b9a112f3ff48989aea5380e8b7bcbccf7a6b385" => :mavericks +    sha1 "daff7035dd82ab3c9f44a521ab1ea99f93a10343" => :mountain_lion    end    depends_on "go" => :build  | 
