diff options
| author | Frank Celler | 2014-10-02 13:09:58 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-08 15:58:00 +0100 | 
| commit | e2e575fd757790b6dba8a8e73a99f3d8a9a1c448 (patch) | |
| tree | 06ca907530cab0d81675238879edb2316a590d99 /Library/Formula/arangodb.rb | |
| parent | c4f5e41c43d0fc99547af3751d052c254c74a036 (diff) | |
| download | homebrew-e2e575fd757790b6dba8a8e73a99f3d8a9a1c448.tar.bz2 | |
arangodb 2.2.4
Diffstat (limited to 'Library/Formula/arangodb.rb')
| -rw-r--r-- | Library/Formula/arangodb.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb index e32052843..f9ea47aa6 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.3.tar.gz' -  sha1 '57b11419c6dcd6675570fcd88f94fe5ed8ef64ff' +  url 'https://www.arangodb.org/repositories/Source/ArangoDB-2.2.4.tar.gz' +  sha1 '80d3db0afb07a8c6de98810cd3b74d63d37c182c'    head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' | 
