aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/arangodb.rb9
1 files changed, 7 insertions, 2 deletions
diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb
index b94fa42a4..163777040 100644
--- a/Library/Formula/arangodb.rb
+++ b/Library/Formula/arangodb.rb
@@ -2,11 +2,16 @@ require 'formula'
class Arangodb < Formula
homepage 'http://www.arangodb.org/'
- url 'https://github.com/triAGENS/ArangoDB/zipball/v1.0.2'
- sha1 'e380e7c95b4a1038708fb9e2f62dc795a35b617d'
+ url 'https://github.com/triAGENS/ArangoDB/zipball/v1.0.4'
+ sha1 'c443cd9703055ffde0180c6a8f4dd221f6b081ac'
head "https://github.com/triAGENS/ArangoDB.git"
+ devel do
+ url 'https://github.com/triAGENS/ArangoDB/zipball/v1.1.beta2'
+ sha1 '9cce97cd7fabf1db9612f508c782c7a9b17448a6'
+ end
+
depends_on 'libev'
depends_on 'v8'