diff --git a/Formula/v8.rb b/Formula/v8.rb index f16aef3993e..e28ddb3ba78 100644 --- a/Formula/v8.rb +++ b/Formula/v8.rb @@ -1,8 +1,11 @@ require 'formula' class V8 < Formula - head 'http://v8.googlecode.com/svn/trunk/' + head 'https://github.com/v8/v8.git', :using => :git + url 'https://github.com/v8/v8/tarball/3.7.0' homepage 'http://code.google.com/p/v8/' + version "3.7.0" + sha1 "8b22460558b39d0016cf372b08112f3636a08f25" depends_on 'scons' => :build