diff options
| author | Frank Celler | 2012-09-30 23:16:09 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-30 14:34:58 -0700 |
| commit | 141ff616a307e637db3d57ea6e7848d5895b3e21 (patch) | |
| tree | 18092c8e39a7fc656d6726322d6311f375ffade0 /Library | |
| parent | a32ecf4cb3fb6e8949e89e246706f7f40765d645 (diff) | |
| download | homebrew-141ff616a307e637db3d57ea6e7848d5895b3e21.tar.bz2 | |
ArangoDB 1.0.1
Closes #15209.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 24252f649..909d0af69 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.0' - sha1 '2a3b58967f41116cb9422e3e159ea526081310c7' + url 'https://github.com/triAGENS/ArangoDB/zipball/v1.0.1' + sha1 'f4c196ec8f160be2f830bafffcf5a6756731802f' head "https://github.com/triAGENS/ArangoDB.git" |
