diff options
| author | Frank Celler | 2012-10-22 11:48:04 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-22 07:08:27 -0700 |
| commit | b7090149f53879c39a8b20cac0d0e0c911d64839 (patch) | |
| tree | bda3080969b55d8c1c304217e5409df806d08357 /Library/Formula | |
| parent | 3267ddf4740a8b78d229a4140464b2695ed0778d (diff) | |
| download | homebrew-b7090149f53879c39a8b20cac0d0e0c911d64839.tar.bz2 | |
ArangoDB 1.0.2
Closes #15594.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 909d0af69..b94fa42a4 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://github.com/triAGENS/ArangoDB/zipball/v1.0.1' - sha1 'f4c196ec8f160be2f830bafffcf5a6756731802f' + url 'https://github.com/triAGENS/ArangoDB/zipball/v1.0.2' + sha1 'e380e7c95b4a1038708fb9e2f62dc795a35b617d' head "https://github.com/triAGENS/ArangoDB.git" |
