diff options
| author | Frank Celler | 2014-03-06 01:07:12 +0100 |
|---|---|---|
| committer | Brett Koonce | 2014-03-06 14:54:49 -0600 |
| commit | 64d566bc5de54c4eae5314c2439c22a88d6b0893 (patch) | |
| tree | cdba4d6589a90d5d2465b519cbfbdc3376e87c87 | |
| parent | 7c657432a82c1d56e360b357a9472b278b233da6 (diff) | |
| download | homebrew-64d566bc5de54c4eae5314c2439c22a88d6b0893.tar.bz2 | |
arangodb 1.4.12
Closes #27269.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -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 efc47c5d4..26ae63c5a 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.org/repositories/Source/ArangoDB-1.4.9.tar.gz' - sha1 '1f2611dce4ffb679cef8ca578ace1cd691bb4322' + url 'https://www.arangodb.org/repositories/Source/ArangoDB-1.4.12.tar.gz' + sha1 '1603f2f8b474b21aa2411fc6353bf777cb8db3e8' head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' |
