diff options
| author | Frank Celler | 2014-11-29 20:50:47 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-30 21:28:13 +0000 |
| commit | 238117bdb1d435015dd046fdcceb45205cd7c2d4 (patch) | |
| tree | 7d8052c314c42144e5e9f5b2e4c9e801a065af31 /Library/Formula/arangodb.rb | |
| parent | fcc92b99d3a10039db20e5446c94086a70eb88ef (diff) | |
| download | homebrew-238117bdb1d435015dd046fdcceb45205cd7c2d4.tar.bz2 | |
arangodb 2.3.1
Closes #34570.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 4997dca6c..4d035031c 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.0.tar.gz' - sha1 '610135105ccc8672715bea37b9b2405f32e57f8c' + url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.3.1.tar.gz' + sha1 '5c87d9b60bf2758829d75336b42e590214dbe9be' head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' |
