aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorFrank Celler2014-03-18 12:27:42 +0100
committerAdam Vandenberg2014-03-25 08:01:47 -0700
commite74aa4619fc0684d6207cc5a4c4e0752576a8e10 (patch)
tree7d969388dd4c8de74c98f7ac7d185984fd9a30ec /Library
parente1a0e13b35d2ce742f3c0fe7677c38890556abbf (diff)
downloadhomebrew-e74aa4619fc0684d6207cc5a4c4e0752576a8e10.tar.bz2
arangodb 2.0.0
Closes #27661. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/arangodb.rb11
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb
index 2529794ce..fbfa9b060 100644
--- a/Library/Formula/arangodb.rb
+++ b/Library/Formula/arangodb.rb
@@ -2,13 +2,12 @@ require 'formula'
class Arangodb < Formula
homepage 'http://www.arangodb.org/'
- url 'https://www.arangodb.org/repositories/Source/ArangoDB-1.4.12.tar.gz'
- sha1 '1603f2f8b474b21aa2411fc6353bf777cb8db3e8'
+ url 'https://www.arangodb.org/repositories/Source/ArangoDB-2.0.0.tar.gz'
+ sha1 '82fe5d1bb5e26232cdd3f765f4b9918bd0c22e04'
head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable'
- depends_on 'icu4c'
- depends_on 'libev'
+ depends_on 'go' => :build
def suffix
if build.stable?
@@ -23,8 +22,8 @@ class Arangodb < Formula
--disable-dependency-tracking
--prefix=#{prefix}
--disable-relative
- --disable-all-in-one-icu
- --disable-all-in-one-libev
+ --enable-all-in-one-icu
+ --enable-all-in-one-libev
--enable-all-in-one-v8
--enable-mruby
--datadir=#{share}