diff options
| author | Adam Vandenberg | 2013-04-22 11:20:47 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-22 11:21:29 -0700 |
| commit | db3bdb1f200df4823e147991cd4d6b7617a70fcc (patch) | |
| tree | 90bc7a6cce118aa4f27001fe16f01a7e76f0ac8d /Library/Formula/v8.rb | |
| parent | 7ab471ae2ef7f3338229a90cc377ebc3f2046fdf (diff) | |
| download | homebrew-db3bdb1f200df4823e147991cd4d6b7617a70fcc.tar.bz2 | |
v8 3.18.2
Diffstat (limited to 'Library/Formula/v8.rb')
| -rw-r--r-- | Library/Formula/v8.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/v8.rb b/Library/Formula/v8.rb index 43876df7f..24353a3cd 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.17.15.tar.gz' - sha1 '611fa265cdaae74b00556de6576c07c4dcfb3efe' + url 'https://github.com/v8/v8/archive/3.18.2.tar.gz' + sha1 '9045aeb81688f6c56aba04af118e7762245cf005' head 'https://github.com/v8/v8.git' @@ -23,7 +23,8 @@ class V8 < Formula prefix.install 'include' cd 'out/native' do lib.install Dir['lib*'] - bin.install 'd8', 'lineprocessor', 'mksnapshot', 'preparser', 'process', 'shell' => 'v8' + bin.install 'd8', 'lineprocessor', 'preparser', 'process', 'shell' => 'v8' + bin.install Dir['mksnapshot.*'] end end end |
