v8 7.2.502.25
Closes #36877. Signed-off-by: Jan Viljanen <527069+javian@users.noreply.github.com>
This commit is contained in:
parent
316be93f96
commit
083d400fde
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ class V8 < Formula
|
|||
desc "Google's JavaScript engine"
|
||||
homepage "https://github.com/v8/v8/wiki"
|
||||
url "https://chromium.googlesource.com/chromium/tools/depot_tools.git",
|
||||
:revision => "b69515579db8fb53d13c0d7acf4b5fc6ac4e2b5e"
|
||||
version "7.2.502.24" # the version of the v8 checkout, not a depot_tools version
|
||||
:revision => "aec259ea62328ce39916607876956239fbce29b8"
|
||||
version "7.2.502.25" # the version of the v8 checkout, not a depot_tools version
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue