Skip to content

Commit b0a5cf8

Browse files
committed
v8 13.6.233.8
1 parent c41ba49 commit b0a5cf8

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Formula/v/v8.rb

+21-21
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: "10a27145cd0770b78745ff536e343bf12c70f6c3"
57+
version "10a27145cd0770b78745ff536e343bf12c70f6c3"
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: "bff69c88cfce9e6c0184a1cc9cb3e805a329304f"
68+
version "bff69c88cfce9e6c0184a1cc9cb3e805a329304f"
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: "11c62a17dffa403f45399521af76aeadc05a06e9"
79+
version "11c62a17dffa403f45399521af76aeadc05a06e9"
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: "236644f7ef94eb561ed5227f441e5b4475de9832"
90+
version "236644f7ef94eb561ed5227f441e5b4475de9832"
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: "cd430b47a54841ec45d64d2377d7cabaf0eba610"
123+
version "cd430b47a54841ec45d64d2377d7cabaf0eba610"
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: "4c8cc4b365a505ce35be1e0bd488476c5f79805d"
145+
version "4c8cc4b365a505ce35be1e0bd488476c5f79805d"
146146

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

164164
resource "third_party/markupsafe" do
165165
url "https://chromium.googlesource.com/chromium/src/third_party/markupsafe.git",
166-
revision: "9f8efc8637f847ab1ba984212598e6fb9cf1b3d4"
166+
revision: " 9f8efc8637f847ab1ba984212598e6fb9cf1b3d4"
167167
version "9f8efc8637f847ab1ba984212598e6fb9cf1b3d4"
168168

169169
livecheck do
@@ -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: "a9ae8c0fd665f61acca4633d828a1061fbd461cc"
178+
version "a9ae8c0fd665f61acca4633d828a1061fbd461cc"
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: "62d1cfb62967c0076c997a10d54d50f9571fb8e9"
189+
version "62d1cfb62967c0076c997a10d54d50f9571fb8e9"
190190

191191
livecheck do
192192
url "https://raw.githubusercontent.com/v8/v8/refs/tags/#{LATEST_VERSION}/DEPS"
@@ -196,8 +196,8 @@ class V8 < Formula
196196

197197
resource "third_party/zlib" do
198198
url "https://chromium.googlesource.com/chromium/src/third_party/zlib.git",
199-
revision: "788cb3c270e8700b425c7bdca1f9ce6b0c1400a9"
200-
version "788cb3c270e8700b425c7bdca1f9ce6b0c1400a9"
199+
revision: "f909247084e8706d69cf66c65cf48da86765f997"
200+
version "f909247084e8706d69cf66c65cf48da86765f997"
201201

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

0 commit comments

Comments
 (0)