diff options
| author | Frank Celler | 2014-10-22 09:18:36 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-22 15:57:15 +0100 | 
| commit | 8960424df4a0e6308299068f6b743421c4dc9170 (patch) | |
| tree | 2d3beb4115057dd81d98cdd67addf5fe49cbcced /Library | |
| parent | 961547da3375a8bd308f56a4d00ca5ffd5399aba (diff) | |
| download | homebrew-8960424df4a0e6308299068f6b743421c4dc9170.tar.bz2 | |
arangodb 2.2.6
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/arangodb.rb | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb index c33387bb8..4589bcebc 100644 --- a/Library/Formula/arangodb.rb +++ b/Library/Formula/arangodb.rb @@ -2,8 +2,8 @@ require 'formula'  class Arangodb < Formula    homepage 'http://www.arangodb.org/' -  url 'https://www.arangodb.org/repositories/Source/ArangoDB-2.2.5.tar.gz' -  sha1 'e0522685659d49ab2718f4f6505a38ddf740df63' +  url 'https://www.arangodb.org/repositories/Source/ArangoDB-2.2.6.tar.gz' +  sha1 '5e777db1dca878e9aaa518889b989126e368492d'    head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' @@ -14,6 +14,7 @@ class Arangodb < Formula    end    depends_on 'go' => :build +  depends_on 'openssl'    needs :cxx11  | 
