diff options
| author | Frank Celler | 2014-12-10 13:28:47 +0100 | 
|---|---|---|
| committer | Brett Koonce | 2014-12-10 19:54:40 -0800 | 
| commit | fde60ec42b492245346fb134d16bf62547c025a7 (patch) | |
| tree | e41bee7f6f812a26febd2ddcd71c8a50692f75b8 /Library/Formula/arangodb.rb | |
| parent | f4921a199ae60cd04391c20f696f2d3662cfb011 (diff) | |
| download | homebrew-fde60ec42b492245346fb134d16bf62547c025a7.tar.bz2 | |
arangodb 2.3.2
Closes #34862.
Signed-off-by: Brett Koonce <koonce@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 829e64851..cda8f1819 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.com/repositories/Source/ArangoDB-2.3.1.tar.gz' -  sha1 '5c87d9b60bf2758829d75336b42e590214dbe9be' +  url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.3.2.tar.gz' +  sha1 'dff048b051d04d4f2f169dbb446589d0c886c759'    head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' | 
