diff options
| author | BrewTestBot | 2014-10-08 15:27:30 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-08 15:58:01 +0100 | 
| commit | f341a7cec902d0a1c61f3993661f5340ed3c1e2c (patch) | |
| tree | ff04a6f17d04f3f713d9c25bc777231d941cb344 /Library/Formula/arangodb.rb | |
| parent | e2e575fd757790b6dba8a8e73a99f3d8a9a1c448 (diff) | |
| download | homebrew-f341a7cec902d0a1c61f3993661f5340ed3c1e2c.tar.bz2 | |
arangodb: update 2.2.4 bottle.
Closes #33023.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/arangodb.rb')
| -rw-r--r-- | Library/Formula/arangodb.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb index f9ea47aa6..87e42303b 100644 --- a/Library/Formula/arangodb.rb +++ b/Library/Formula/arangodb.rb @@ -8,9 +8,9 @@ class Arangodb < Formula    head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable'    bottle do -    sha1 "ece51b3ac2ba6ec5db359a2961a07e41858f255f" => :mavericks -    sha1 "fb3a3c9c370bf33f5c339e29aa945ab5ab4590cd" => :mountain_lion -    sha1 "c041fb81737c038051531d63e9fa419b4997da99" => :lion +    sha1 "2e4806611b519f0063906675b6e846dccb951648" => :mavericks +    sha1 "236fa46ecc3f46f148d7ca740b8becc35b5216be" => :mountain_lion +    sha1 "9d707c9dfb6bf63f156b2d72820232e4fb2ad104" => :lion    end    depends_on 'go' => :build | 
