aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFrank Celler2013-12-27 11:36:06 +0100
committerMike McQuaid2013-12-27 11:13:09 +0000
commit92ef1fd4fd8f7b624acd539427e7c9049301ddda (patch)
treee18bb59dca10fb4c26aee4fd672777730de34601 /Library/Formula
parent3ddf41220b75acd135878789d04eeb4b53b8bdbd (diff)
downloadhomebrew-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.rb6
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}