Skip to content

Commit 32ea2c1

Browse files
authored
Merge pull request #229437 from Homebrew/bump-dotnet-9.0.7
dotnet 9.0.7
2 parents 5f653e8 + c9c358d commit 32ea2c1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/d/dotnet.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ class Dotnet < Formula
77

88
stable do
99
# Source-build tag announced at https://github.com/dotnet/source-build/discussions
10-
url "https://github.com/dotnet/dotnet/archive/refs/tags/v9.0.6.tar.gz"
11-
sha256 "8f25d48e7ec0a94b30b702c190ee78609a348520eebef32c1e6bfa196f29d794"
10+
url "https://github.com/dotnet/dotnet/archive/refs/tags/v9.0.7.tar.gz"
11+
sha256 "f68182b95fa441efb63b2a71ca3f98498b664e8d81964690ce4ec4f855981a44"
1212

1313
resource "release.json" do
14-
url "https://github.com/dotnet/dotnet/releases/download/v9.0.6/release.json"
15-
sha256 "b68de7f6e266c57d3698a0bd7310a6c7a302d9f6ca2c477e81d8282050067c4b"
14+
url "https://github.com/dotnet/dotnet/releases/download/v9.0.7/release.json"
15+
sha256 "b812e7e8e30aa47fdea32e68932f1cc23569419f27f4f5ff441160e53f1cff94"
1616

1717
livecheck do
1818
formula :parent
@@ -26,12 +26,12 @@ class Dotnet < Formula
2626
end
2727

2828
bottle do
29-
sha256 cellar: :any, arm64_sequoia: "63b1a8917486ca1017a1530f7013fb970b627cc3896e6f1f00a015d89c612458"
30-
sha256 cellar: :any, arm64_sonoma: "553b1ce05e92346c4ac66a64540ae7051742f2c14ddfa1b8c47f8e2f5e21e9a2"
31-
sha256 cellar: :any, arm64_ventura: "31f2897141e6b268cc461b900a4e49bfac2c7d69066f6fa50925649ca2a93ea9"
32-
sha256 cellar: :any, ventura: "28434612c06c8c3f208d0d4b6c57c8e98ea28fbc1d86987b18563c9663318d07"
33-
sha256 cellar: :any_skip_relocation, arm64_linux: "c9e1fc272bc067315a04f022531a11537905a6a2fe5c8459f6eed2ac9c1e386c"
34-
sha256 cellar: :any_skip_relocation, x86_64_linux: "90310f1219657fb795d876c8430fb43d74cce4de8a7223edd153d52599ba95c9"
29+
sha256 cellar: :any, arm64_sequoia: "3c54ec18dd398c12d9b3acbeff0035c8c26ffc207ba9cc968706347376c8b436"
30+
sha256 cellar: :any, arm64_sonoma: "becdc41681bc5d0b3909765e12427af2d3d97cd706a6eb40246285eef9d24162"
31+
sha256 cellar: :any, arm64_ventura: "2c7b96f5ebcecba40674ad288fc85c683a0a1eb03769825273fea145d134bc9a"
32+
sha256 cellar: :any, ventura: "1a4f9857880a0221d34c99a134cf7f1104fe3c36167c0302a858af4fecb039f8"
33+
sha256 cellar: :any_skip_relocation, arm64_linux: "e56bc127bd146f1fe824bacce689be414ff6079367075f836279a1b5d5d7be62"
34+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bdb49499d4e711256bd209c523bd58f65154381df83ea6aa912883aae229aaaa"
3535
end
3636

3737
depends_on "cmake" => :build

0 commit comments

Comments
 (0)