diff options
| author | Frank Celler | 2013-12-27 11:36:06 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-27 11:13:09 +0000 |
| commit | 92ef1fd4fd8f7b624acd539427e7c9049301ddda (patch) | |
| tree | e18bb59dca10fb4c26aee4fd672777730de34601 /Library/Formula | |
| parent | 3ddf41220b75acd135878789d04eeb4b53b8bdbd (diff) | |
| download | homebrew-92ef1fd4fd8f7b624acd539427e7c9049301ddda.tar.bz2 | |
arangodb 1.4.4
Closes #25484.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/arangodb.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb index da2c08575..ebf4badde 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.3.tar.gz' - sha1 '67abf1cf18dc19c11e3bde41a1fa4792fa4367d4' + url 'https://www.arangodb.org/repositories/Source/ArangoDB-1.4.4.tar.gz' + sha1 'e4b099a47f384761fc6aeddc003c85d11e33f40f' head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' @@ -56,7 +56,7 @@ class Arangodb < Formula /usr/local/etc/arangodb/arangod.conf Start ArangoDB server: - unix> /usr/local/sbin/arangod#{suffix} + unix> /usr/local/sbin/arangod#{suffix} --log.file - Start ArangoDB shell client (use empty password): unix> /usr/local/bin/arangosh#{suffix} |
