diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/v8.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/v8.rb b/Library/Formula/v8.rb index f16aef399..e28ddb3ba 100644 --- a/Library/Formula/v8.rb +++ b/Library/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 |
