diff options
| author | Frank Celler | 2015-04-12 01:19:36 +0200 | 
|---|---|---|
| committer | Xu Cheng | 2015-04-12 19:50:09 +0800 | 
| commit | d40a5b0dba6c02745663c34d3fe56651d894826b (patch) | |
| tree | 8f17d9171ae1647d3e3b222e7657e2e64fc4dff8 /Library/Formula/arangodb.rb | |
| parent | 4b54ddb155b0faa537bec6a342d214f4acd63e9d (diff) | |
| download | homebrew-d40a5b0dba6c02745663c34d3fe56651d894826b.tar.bz2 | |
arangodb 2.5.2
Closes #38586.
Signed-off-by: Xu Cheng <xucheng@me.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 3ce255152..4f692e86e 100644 --- a/Library/Formula/arangodb.rb +++ b/Library/Formula/arangodb.rb @@ -2,8 +2,8 @@ require 'formula'  class Arangodb < Formula    homepage 'https://www.arangodb.com/' -  url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.5.1.tar.gz' -  sha1 '8edcad5a3068d2d9c359fc17c4b41535cf441069' +  url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.5.2.tar.gz' +  sha1 '5dc2f7a2c6ec83a55c01da4968f212abb11aa136'    head "https://github.com/arangodb/arangodb.git", :branch => 'unstable' | 
