Skip to content

Commit 9fce150

Browse files
authored
Merge pull request Homebrew#226477 from Homebrew/[email protected]
dotnet@8 8.0.17
2 parents 0fbf377 + 72797c8 commit 9fce150

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/d/[email protected]

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class DotnetAT8 < Formula
22
desc ".NET Core"
33
homepage "https://dotnet.microsoft.com/"
44
# Source-build tag announced at https://github.com/dotnet/source-build/discussions
5-
url "https://github.com/dotnet/dotnet/archive/refs/tags/v8.0.16.tar.gz"
6-
sha256 "a722ead5ff5f7635a99920a22fc0665370d443db6469fc06ce7634e200ef9790"
5+
url "https://github.com/dotnet/dotnet/archive/refs/tags/v8.0.17.tar.gz"
6+
sha256 "17d82982a74e2f255ad6d171b72b317471095704c27be58db95a0cb67d237c12"
77
license "MIT"
88

99
livecheck do
@@ -12,12 +12,12 @@ class DotnetAT8 < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "fd1d4dc64caaa5ca9738dd99c40f598ffe28017dc94d36b589cb522f84de5423"
16-
sha256 cellar: :any, arm64_sonoma: "01df057c866f41909dc9e5691e656a8607fb34de62fb0faf23f31c65b0ba5556"
17-
sha256 cellar: :any, arm64_ventura: "136ac1159cf77b58b9b770769dcc0e03dd4b7f4ea49724d6b2d18ab1ff13f462"
18-
sha256 cellar: :any, ventura: "261d97665ee9dcf394b6ad5b89bc6d39f7f231a36db90f44b465dac14cecc57e"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "e74118639a11bf3873efee66edb3b778ed5ef7d9e8ec3287fbd3a813306ef612"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f14a7a2e7158f440d8cf82ea8e272be2ee2750740a0509643dd3e2e60290ca43"
15+
sha256 cellar: :any, arm64_sequoia: "c76ba181a19c804321a4002500d6ab0369cd1923f58addd2636010bb10c58c8c"
16+
sha256 cellar: :any, arm64_sonoma: "03f61f2b385d27b2359700e19390aa75552ca395bcf071411c46cab2824f449b"
17+
sha256 cellar: :any, arm64_ventura: "e3a47857b1bfbaa456874ed4d316a55041441590b137d49fa603769b580970a5"
18+
sha256 cellar: :any, ventura: "52e29d245280633046339299aa80fe32f6d8722c4a89f2bf44e6611b8307df78"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "b1a934e36da8c8299fc5fcbe9b79400156a373de5b516727905e35ff30a9137e"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ea31e82866bb8e185332394a90748707057f72c75cb75386f3c221b69577a3c2"
2121
end
2222

2323
keg_only :versioned_formula
@@ -44,8 +44,8 @@ class DotnetAT8 < Formula
4444
end
4545

4646
resource "release.json" do
47-
url "https://github.com/dotnet/dotnet/releases/download/v8.0.16/release.json"
48-
sha256 "3d85b5918a91afe65c64c53af3c9a7d3ff4ff72ea7dcdf70f552c0512d1d9c43"
47+
url "https://github.com/dotnet/dotnet/releases/download/v8.0.17/release.json"
48+
sha256 "c6d6b300136c07d45ae28369f967ebc45f02fe6bbd2c76bac42205e6f88f76c7"
4949

5050
livecheck do
5151
formula :parent

0 commit comments

Comments
 (0)