Skip to content

Commit 1b01b13

Browse files
BrewTestBotdaeho-ro
authored andcommitted
dart-sdk 3.8.1
1 parent c32ec92 commit 1b01b13

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.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
@@ -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)