Skip to content

Commit

Permalink
Merge pull request #182728 from Homebrew/bump-dart-sdk-3.5.2
Browse files Browse the repository at this point in the history
dart-sdk 3.5.2
  • Loading branch information
BrewTestBot authored Aug 28, 2024
2 parents 305d231 + 1d575ce commit c1f1c57
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/d/dart-sdk.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.1.tar.gz"
sha256 "1e0d7f4ff07d5099a6acbc3d9dfd0c1f9166324da0201572eee6f77de862d7e6"
url "https://github.com/dart-lang/sdk/archive/refs/tags/3.5.2.tar.gz"
sha256 "d8733d695f0d72132b95cb24cf9e6e05b7630ba0b4acae5811b6b2696aeaa831"
license "BSD-3-Clause"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c07e41301a72ff5c7283805eb4a3d7aef57fbae3853bc80132381149ab86fc57"
sha256 cellar: :any_skip_relocation, arm64_ventura: "845793c4b8c4117dfef7d3897bd51cf6f22187bf6bda8360c281f0f3c87ceaea"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5bf26c106d6b905edcb05b757696bd264fc8405cd7f315ad20c5183b8ea5530a"
sha256 cellar: :any_skip_relocation, sonoma: "b884d3d6a53f8562c17a5ecb89f93a950e13d3b7ac96549475dc6cd68c6f9a81"
sha256 cellar: :any_skip_relocation, ventura: "237a1c26fb1f6bdc83db73ec2c9f80e768c9e852f63ad7f9ab9a7e088a112742"
sha256 cellar: :any_skip_relocation, monterey: "43c408a80ccbb0f21a972afe748d59fe572017fa193e51ea8884ac8f001cecd6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d69159b7e98dfddd4c7073538f8c9f9cc47920aef6aea8b485ba76e83839cada"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f339a1f580efd55e84e1d996b148b1499f38a3d49b30cc3461a6570bf691ebd3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4c3a11f5f8eaea9773aea5a4daa70d4934d72c485929430ba74929af3bb6b8f9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "792dc2c00092a1562d75fbd76e57688b490c52781f07fe6bac8502f8555be31e"
sha256 cellar: :any_skip_relocation, sonoma: "50487539baf01a9b4faadde935b5a4606abae761cd5aedf3761200d5cc336851"
sha256 cellar: :any_skip_relocation, ventura: "68b6a85719c2f5b60d90a21b0f324b6a554c9122eb5ad27d2df7457d085f0c9c"
sha256 cellar: :any_skip_relocation, monterey: "5aaa37b01b07e28e5aee4704bf666b5fcd27eb03974045e40590135859641efd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "417d28d6b166b96bacf48ec8803741abddf88cf72f0b6f1135c914e3e8f22a75"
end

depends_on "ninja" => :build
Expand All @@ -25,7 +25,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: "37a737c1bc8e16cf70212d73466ccca872068dba"
revision: "1f6ef165b726ed7316b8e88666390e90a82e8e50"
end

def install
Expand Down

0 comments on commit c1f1c57

Please sign in to comment.