Skip to content

Commit 7367a0f

Browse files
committed
v8 13.6.233.8
1 parent c41ba49 commit 7367a0f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Formula/v/v8.rb

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class V8 < Formula
33
homepage "https://v8.dev/docs"
44
# Track V8 version from Chrome stable: https://chromiumdash.appspot.com/releases?platform=Mac
55
# Check `brew livecheck --resources v8` for any resource updates
6-
url "https://github.com/v8/v8/archive/refs/tags/13.5.212.10.tar.gz"
7-
sha256 "2c47b3de22591f4384f75aa462301eb9fdb9d661ee07f73cab95a89d0a75d5ae"
6+
url "https://github.com/v8/v8/archive/refs/tags/13.6.233.8.tar.gz"
7+
sha256 "2fdfbc95b4ae87bbed1f1af4fedc982c072191f696d542978f1579d20620903a"
88
license "BSD-3-Clause"
99

1010
livecheck do
@@ -53,8 +53,8 @@ class V8 < Formula
5353
# e.g. for CIPD dependency gn: https://chromium.googlesource.com/v8/v8.git/+/refs/tags/<version>/DEPS#74
5454
resource "gn" do
5555
url "https://gn.googlesource.com/gn.git",
56-
revision: "4a8016dc391553fa1644c0740cc04eaac844121e"
57-
version "4a8016dc391553fa1644c0740cc04eaac844121e"
56+
revision: "6e8e0d6d4a151ab2ed9b4a35366e630c55888444"
57+
version "6e8e0d6d4a151ab2ed9b4a35366e630c55888444"
5858

5959
livecheck do
6060
url "https://raw.githubusercontent.com/v8/v8/refs/tags/#{LATEST_VERSION}/DEPS"
@@ -64,8 +64,8 @@ class V8 < Formula
6464

6565
resource "build" do
6666
url "https://chromium.googlesource.com/chromium/src/build.git",
67-
revision: "efb3303345a5501074564393470197a904b4afb7"
68-
version "efb3303345a5501074564393470197a904b4afb7"
67+
revision: "451ef881d77fff0b7a8bbfa61934f5e4a35b4c96"
68+
version "451ef881d77fff0b7a8bbfa61934f5e4a35b4c96"
6969

7070
livecheck do
7171
url "https://raw.githubusercontent.com/v8/v8/refs/tags/#{LATEST_VERSION}/DEPS"
@@ -75,8 +75,8 @@ class V8 < Formula
7575

7676
resource "buildtools" do
7777
url "https://chromium.googlesource.com/chromium/src/buildtools.git",
78-
revision: "b248db940ef3dd7e5f4694ebf4d8a3f67aa0086d"
79-
version "b248db940ef3dd7e5f4694ebf4d8a3f67aa0086d"
78+
revision: "6f359296daa889aa726f3d05046b9f37be241169"
79+
version "6f359296daa889aa726f3d05046b9f37be241169"
8080

8181
livecheck do
8282
url "https://raw.githubusercontent.com/v8/v8/refs/tags/#{LATEST_VERSION}/DEPS"
@@ -86,8 +86,8 @@ class V8 < Formula
8686

8787
resource "third_party/abseil-cpp" do
8888
url "https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp.git",
89-
revision: "2705c6655c0008cc3fb152dae27890d44bc335f1"
90-
version "2705c6655c0008cc3fb152dae27890d44bc335f1"
89+
revision: "3fbb10e80d80e3430224b75add53c47c7a711612"
90+
version "3fbb10e80d80e3430224b75add53c47c7a711612"
9191

9292
livecheck do
9393
url "https://raw.githubusercontent.com/v8/v8/refs/tags/#{LATEST_VERSION}/DEPS"
@@ -119,8 +119,8 @@ class V8 < Formula
119119

120120
resource "third_party/googletest/src" do
121121
url "https://chromium.googlesource.com/external/github.com/google/googletest.git",
122-
revision: "24a9e940d481f992ba852599c78bb2217362847b"
123-
version "24a9e940d481f992ba852599c78bb2217362847b"
122+
revision: "52204f78f94d7512df1f0f3bea1d47437a2c3a58"
123+
version "52204f78f94d7512df1f0f3bea1d47437a2c3a58"
124124

125125
livecheck do
126126
url "https://raw.githubusercontent.com/v8/v8/refs/tags/#{LATEST_VERSION}/DEPS"
@@ -141,8 +141,8 @@ class V8 < Formula
141141

142142
resource "third_party/icu" do
143143
url "https://chromium.googlesource.com/chromium/deps/icu.git",
144-
revision: "d30b7b0bb3829f2e220df403ed461a1ede78b774"
145-
version "d30b7b0bb3829f2e220df403ed461a1ede78b774"
144+
revision: "c9fb4b3a6fb54aa8c20a03bbcaa0a4a985ffd34b"
145+
version "c9fb4b3a6fb54aa8c20a03bbcaa0a4a985ffd34b"
146146

147147
livecheck do
148148
url "https://raw.githubusercontent.com/v8/v8/refs/tags/#{LATEST_VERSION}/DEPS"
@@ -174,8 +174,8 @@ class V8 < Formula
174174

175175
resource "third_party/partition_alloc" do
176176
url "https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator.git",
177-
revision: "46d880ff62f340854a5a70142b0abf604c7af221"
178-
version "46d880ff62f340854a5a70142b0abf604c7af221"
177+
revision: "ab56923a27b2793f21994589b0c39bc3324ff49f"
178+
version "ab56923a27b2793f21994589b0c39bc3324ff49f"
179179

180180
livecheck do
181181
url "https://raw.githubusercontent.com/v8/v8/refs/tags/#{LATEST_VERSION}/DEPS"
@@ -185,8 +185,8 @@ class V8 < Formula
185185

186186
resource "third_party/simdutf" do
187187
url "https://chromium.googlesource.com/chromium/src/third_party/simdutf.git",
188-
revision: "5a9a2134b280c1b956ad68a0643797fe26dd1c94"
189-
version "5a9a2134b280c1b956ad68a0643797fe26dd1c94"
188+
revision: "40d1fa26cd5ca221605c974e22c001ca2fb12fde"
189+
version "40d1fa26cd5ca221605c974e22c001ca2fb12fde"
190190

191191
livecheck do
192192
url "https://raw.githubusercontent.com/v8/v8/refs/tags/#{LATEST_VERSION}/DEPS"

0 commit comments

Comments
 (0)