aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorColin Hebert2011-11-20 15:04:15 +0100
committerCharlie Sharpsteen2011-11-21 08:57:44 -0800
commitd317675387df9efbbe2f40e7f87b059d163afe6b (patch)
tree23b2f1a79f2ce0a0322971f3d917766afa53c5f3 /Library
parenteee60ad6191da7175c090ca85761629ed2a837fd (diff)
downloadhomebrew-d317675387df9efbbe2f40e7f87b059d163afe6b.tar.bz2
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 <source@sharpsteen.net>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/v8.rb5
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