diff options
| author | Frank Celler | 2014-10-12 12:43:26 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-16 12:19:28 +0100 | 
| commit | e8c89fa7ff74cef97961390893038d6a025469fe (patch) | |
| tree | b4269654e48c2d57d9c522f816c97348eb1a7a60 | |
| parent | 04763cc061269a3add2578eea53d66ed66624201 (diff) | |
| download | homebrew-e8c89fa7ff74cef97961390893038d6a025469fe.tar.bz2 | |
arangodb 2.2.5
| -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 87e42303b..00ae96c52 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.4.tar.gz' -  sha1 '80d3db0afb07a8c6de98810cd3b74d63d37c182c' +  url 'https://www.arangodb.org/repositories/Source/ArangoDB-2.2.5.tar.gz' +  sha1 'e0522685659d49ab2718f4f6505a38ddf740df63'    head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' | 
