diff options
| author | Frank Celler | 2014-05-29 17:06:25 +0200 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-29 17:20:00 -0500 | 
| commit | 61bbeef3c5fb952ff67e4508710ebd6c1e83dc70 (patch) | |
| tree | e484a30ab6f9d3a09e0fd699fb1cc69188238470 /Library/Formula/arangodb.rb | |
| parent | 6f8095fb50b9ac9f937e7288b3adda33132877f0 (diff) | |
| download | homebrew-61bbeef3c5fb952ff67e4508710ebd6c1e83dc70.tar.bz2 | |
arangodb 2.1.0
Closes #29698.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 97ca307ac..965ec98d3 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.0.6.tar.gz' -  sha1 '9d966ff924a4bca2d1ef17d33fe917c7c4315729' +  url 'https://www.arangodb.org/repositories/Source/ArangoDB-2.1.0.tar.gz' +  sha1 '06378c988139792e3d8b77176177f7761ba6300a'    head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' | 
