Skip to content

Commit

Permalink
Merge pull request #200799 from Homebrew/bump-dart-sdk-3.6.0
Browse files Browse the repository at this point in the history
dart-sdk 3.6.0
  • Loading branch information
BrewTestBot authored Dec 11, 2024
2 parents b95d49f + d099e31 commit 5571ce7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/d/dart-sdk.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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.5.4.tar.gz"
sha256 "c6bdf7591d3ba8d353dfaa0b10af58918610e65a1de9f3c9a644e7f3aecab16c"
url "https://github.com/dart-lang/sdk/archive/refs/tags/3.6.0.tar.gz"
sha256 "eb88b52ae93cdd7113f527fbfc854149a09d9dbf60930b72e8c5e2c384db5b61"
license "BSD-3-Clause"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f2a56ec4b2d5b27bcd00d78d0340022d2858a5038aec37b306deb7876a07c70"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9fc2373a8cbeb791c5f222b93f92ffc468f398d600393d12ad270f242396183b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e0e7fb133d077e1b18c0fb2f15b4979ee88003b828e357ea93895ccc1abfc73d"
sha256 cellar: :any_skip_relocation, sonoma: "3ddbb564a8c47661d3b2417380b728a7c44c8a28e6d45076265b7d49f7636a1f"
sha256 cellar: :any_skip_relocation, ventura: "283de9b8ed745c6fc4d4fc81ef2d9464a23112af17ddc0f8975ca08bae25d76b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "35604178437c7d8a51e4ae3b3bfc1705625c5916e17893bc1f780d76d020e669"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0dfa2a2344b8bdd35fe7f1d7501857bd0573d766ae75a79c0da9c35a7db0b1f1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d354cc1a91f76b0b4cd45a5fe199fe469257324dd9ac1b7b6c156e9c55bf6fc2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a77f9b599f42898cab3fb953ee0e24f58faa7aa121cf34a812911161c6bbd5f1"
sha256 cellar: :any_skip_relocation, sonoma: "a4ca1fb0ec5b5b127dfef23895ab3438309df6f300349bf6e866498fed9bf0d7"
sha256 cellar: :any_skip_relocation, ventura: "413e12bec5d9c27e18c40f9f9ad6fa3450e5bb1146724d1cf47773306c83ef98"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c16b97d89ce9ece83db12ddbc13a8f60dba605e3ce79917b592f8d6d1ae8eac"
end

depends_on "ninja" => :build
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: "c4d75a151973a872ec74e33afb90acde64c48644"
revision: "a7b6e2238a0dcd29789e93a0a85032f0596ce1c8"
end

def install
Expand Down

0 comments on commit 5571ce7

Please sign in to comment.