From d317675387df9efbbe2f40e7f87b059d163afe6b Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sun, 20 Nov 2011 15:04:15 +0100 Subject: v8: 3.7.0 Set current version to 3.7.0, using official git mirror Set HEAD to the official git mirror Closes #8691. Signed-off-by: Charlie Sharpsteen --- Library/Formula/v8.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3