v8: 3.7.0

Set current version to 3.7.0, using official git mirror
Set HEAD to the official git mirror

Closes Homebrew/homebrew#8691.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
master
Colin Hebert 2011-11-20 15:04:15 +01:00 committed by Charlie Sharpsteen
parent c338f57a40
commit d20ec213df
1 changed files with 4 additions and 1 deletions

View File

@ -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