Skip to content

Commit

Permalink
dart-sdk 3.6.1
Browse files Browse the repository at this point in the history
dart-sdk: update depot-tools

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Jan 8, 2025
1 parent 4be3a1a commit 891b311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/d/dart-sdk.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class DartSdk < Formula
desc "Dart Language SDK, including the VM, dart2js, core libraries, and more"
homepage "https://dart.dev"
url "https://github.com/dart-lang/sdk/archive/refs/tags/3.6.0.tar.gz"
sha256 "eb88b52ae93cdd7113f527fbfc854149a09d9dbf60930b72e8c5e2c384db5b61"
url "https://github.com/dart-lang/sdk/archive/refs/tags/3.6.1.tar.gz"
sha256 "00b5817462155b83d564825817856b4b2e88af1e8c259c68b61727bcb3acbf76"
license "BSD-3-Clause"

bottle do
Expand All @@ -24,7 +24,7 @@ class DartSdk < Formula
# always pull the latest commit from https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/refs/heads/main
resource "depot-tools" do
url "https://chromium.googlesource.com/chromium/tools/depot_tools.git",
revision: "a7b6e2238a0dcd29789e93a0a85032f0596ce1c8"
revision: "d6c2e1b3395bbe374ed6950890dd67f709039387"
end

def install
Expand Down

0 comments on commit 891b311

Please sign in to comment.