diff options
Diffstat (limited to 'Library/Formula/arangodb.rb')
| -rw-r--r-- | Library/Formula/arangodb.rb | 11 |
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} |
