Skip to content

Commit 4415b06

Browse files
BrewTestBotchenrui333
authored andcommitted
dart-sdk 3.10.2
dart-sdk: update depot-tools Signed-off-by: Rui Chen <[email protected]>
1 parent acc277e commit 4415b06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/d/dart-sdk.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class DartSdk < Formula
22
desc "Dart Language SDK, including the VM, dart2js, core libraries, and more"
33
homepage "https://dart.dev"
4-
url "https://github.com/dart-lang/sdk/archive/refs/tags/3.10.1.tar.gz"
5-
sha256 "a06c72d983ef67dc683a8786561a3239c9666664178807f848e072ba589394e5"
4+
url "https://github.com/dart-lang/sdk/archive/refs/tags/3.10.2.tar.gz"
5+
sha256 "aff66a2dd4a7dfd95ff2be8c705644ddad3e8cab9c4c464c6fcfd13d9473e51b"
66
license "BSD-3-Clause"
77

88
bottle do
@@ -24,7 +24,7 @@ class DartSdk < Formula
2424
# always pull the latest commit from https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/refs/heads/main
2525
resource "depot-tools" do
2626
url "https://chromium.googlesource.com/chromium/tools/depot_tools.git",
27-
revision: "5ba2fb94f5ceb4383f528e70183d4c8286c1c171"
27+
revision: "8efa575d754b8703d99b0f827528e45aeaa167aa"
2828
end
2929

3030
def install

0 commit comments

Comments
 (0)