aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/arangodb.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb
index 90f5800fe..4db049528 100644
--- a/Library/Formula/arangodb.rb
+++ b/Library/Formula/arangodb.rb
@@ -7,6 +7,11 @@ class Arangodb < Formula
head "https://github.com/triAGENS/ArangoDB.git"
+ devel do
+ url 'https://github.com/triAGENS/ArangoDB/zipball/v1.2.beta2'
+ sha1 '4fe3f0e7344b77f72a31ce4e3b1c4e54bab848fd'
+ end
+
depends_on 'icu4c'
depends_on 'libev'
depends_on 'v8'