aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arangodb.rb
diff options
context:
space:
mode:
authorFrank Celler2015-01-14 01:39:57 +0100
committerMike McQuaid2015-01-15 13:23:46 +0000
commit87f341ff0be80baa691a8c92a3399c8ee33219ce (patch)
tree213ee4c047449ad2446cb6d38e3b744960c65980 /Library/Formula/arangodb.rb
parent9d194861757a3430e7ca9ba3e6a8b3db1d22ee9c (diff)
downloadhomebrew-87f341ff0be80baa691a8c92a3399c8ee33219ce.tar.bz2
arangodb 2.4.0
Closes #35896. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/arangodb.rb')
-rw-r--r--Library/Formula/arangodb.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb
index d973af75b..43da47229 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.com/repositories/Source/ArangoDB-2.3.4.tar.gz'
- sha1 '380fd0edaaabf4762f869fa9e2768427b88c89b8'
+ url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.4.0.tar.gz'
+ sha1 '1c2096f68d6e0ccb6a24226b79e9d2f29af22fa6'
head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable'
@@ -24,13 +24,6 @@ class Arangodb < Formula
# arangodb requires.
ENV.libcxx
- # Bundled V8 tries to build with a 10.5 deployment target,
- # which causes clang to error out b/c a 10.5 deployment target
- # and -stdlib=libc++ are not valid together.
- inreplace "3rdParty/V8/build/standalone.gypi",
- "'mac_deployment_target%': '10.5',",
- "'mac_deployment_target%': '#{MacOS.version}',"
-
args = %W[
--disable-dependency-tracking
--prefix=#{prefix}