Skip to content

Commit 2493e80

Browse files
authored
Merge pull request #255969 from Homebrew/bump-dart-sdk-3.10.2
dart-sdk 3.10.2
2 parents 44674f8 + a51bcfc commit 2493e80

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/d/dart-sdk.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "27b50fc0c63f4be0e61dee01776ffce3180361a1729c3ef26ab3346e18a4ed0d"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f3c7af5bee05f95eb0d83d5a54a3de737f85edbbf2334b0ee6459009dbc597e"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "40ff9d613f43661d271dfe47d2fdf9820b299d87f02956eba6bca6d805d21092"
12-
sha256 cellar: :any_skip_relocation, sonoma: "960ef836bf2f6510a1c9bc49c1193139484271f756fd40a3a355d9b60316d97b"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "101b27a8fb07008e297a2cd10d3d1bfb18fee4d1a1a7a54a1050bce751566b97"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "115633af188d603b33061f3580be2d5d357da743fd9c157ff9c80e3be78f8624"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "067bed994e944cfea5c601f0f47d306df1254d2bc70d52de28b44ec5e2f12de1"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d4285eff65acfdf605d36f8030a3c970c13f2bdaad031c78a28f524ec37e6a8"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7402fe17d15f93d0989dcaa413106844a05f798eb9da120afb63c1e74696992"
12+
sha256 cellar: :any_skip_relocation, sonoma: "931dce188d3dfcd0f4c4f09bc57078aa5931b4cc15ff5337f057488ae96d71e8"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "651f6e9359afcd3fb70a2023e3645e17e6d3093dcded88ea74c402405fc825a2"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d4f4059650e3c4a6df2515b1aa59618eec289a9d94da0d98580fc88554f7c81"
1515
end
1616

1717
depends_on "ninja" => :build
@@ -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)