diff options
| author | Brett Koonce | 2013-05-21 21:08:50 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-21 20:16:26 -0700 |
| commit | 3e59a6278a474b52f54940155259b6c317d21040 (patch) | |
| tree | 00beb8c90ab5e37f776ca5a7ad31da6a0e8f5f17 /Library/Formula | |
| parent | 20b13c84804e79561d16d68265180a654181176a (diff) | |
| download | homebrew-3e59a6278a474b52f54940155259b6c317d21040.tar.bz2 | |
v8 3.19.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/v8.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/v8.rb b/Library/Formula/v8.rb index 24353a3cd..4377fc643 100644 --- a/Library/Formula/v8.rb +++ b/Library/Formula/v8.rb @@ -3,8 +3,8 @@ require 'formula' class V8 < Formula homepage 'http://code.google.com/p/v8/' # Use the official github mirror, it is easier to find tags there - url 'https://github.com/v8/v8/archive/3.18.2.tar.gz' - sha1 '9045aeb81688f6c56aba04af118e7762245cf005' + url 'https://github.com/v8/v8/archive/3.19.2.tar.gz' + sha1 '0113996edc8a1102955b6c25d49e8add6602b0e1' head 'https://github.com/v8/v8.git' |
