Skip to content

Commit 0a6a5a1

Browse files
authored
Merge pull request #224953 from Homebrew/bump-dart-sdk-3.8.1
dart-sdk 3.8.1
2 parents dbc3be4 + d7ed011 commit 0a6a5a1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/d/dart-sdk.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.8.0.tar.gz"
5-
sha256 "a3106d94904bfc5dcb3bcd0b7e97d8676e0bf0ea94671ff933f53b603bf28045"
4+
url "https://github.com/dart-lang/sdk/archive/refs/tags/3.8.1.tar.gz"
5+
sha256 "61e2bbaaca96938af68f18ef6eb4c238cb258d2dc531cb0d3737f5a4eda87e03"
66
license "BSD-3-Clause"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "200ce05061f3c15af92d1af006e40d239510a246de4aebab6906013294f54b90"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca35755df53c467390cca02e22e182e9cc5e887f3e4104a61f8aa5e5fb4999ff"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c9277c23617d3e55c9c996ff8e9fb3b860a6c9172b031f72811157a274eb469f"
12-
sha256 cellar: :any_skip_relocation, sonoma: "444bb09ba6c1536be3825c0beed2cd45738aa98a54c2fd6d681b7d069def2945"
13-
sha256 cellar: :any_skip_relocation, ventura: "bf7d62fc2374a2e2bdf3ba6032305424c86682437558e0ca4439c05b47ee14f1"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "a61bb0629915c615a609dabd4e72aa64572f500087b7199c07056e341e59b5e6"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "37fc0b24d3613295eff1052b9e8976745044c530ac8a6f65838e2283ae8302a3"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c35d06f8ec90b54c82bf94aff0024bf791f3b0ab1fe8148f20f9d28ddd36112"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9f9f1a704bfc7e1756fe54eef63309e52042342cf2adfd5570804fd0e6c5f06"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5be8d23742798ca7ea1f114fe9741f8e51e3d7401119bf6c0851dfbb6d27bcef"
12+
sha256 cellar: :any_skip_relocation, sonoma: "f51d6e3d84ad417d733d45b263b6849f9d2a0c2816fdd325ba68fe396877e7d1"
13+
sha256 cellar: :any_skip_relocation, ventura: "3c76ec6b44cc0a7074788381a51941c5d00638cacb7b85c59954da1e5547bfb9"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "0ef8d6a55952ef4adea57e7e89268c8db9a2dbe286769c2092b5410c0c7ec9d6"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ca0468e41eafe812369c47a6dca36fd087f63edbd18b0d7b706eeff54d9c12a9"
1616
end
1717

1818
depends_on "ninja" => :build
@@ -25,7 +25,7 @@ class DartSdk < Formula
2525
# always pull the latest commit from https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/refs/heads/main
2626
resource "depot-tools" do
2727
url "https://chromium.googlesource.com/chromium/tools/depot_tools.git",
28-
revision: "0888983e473613d853c419245b97294e46497798"
28+
revision: "0b1d80ab9e9f1413234641d193639e5daa92dd5b"
2929
end
3030

3131
def install

0 commit comments

Comments
 (0)