From 87f341ff0be80baa691a8c92a3399c8ee33219ce Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Wed, 14 Jan 2015 01:39:57 +0100 Subject: arangodb 2.4.0 Closes #35896. Signed-off-by: Mike McQuaid --- Library/Formula/arangodb.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Library/Formula') 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} -- cgit v1.2.3