Skip to content

Commit fe7d34a

Browse files
authored
Merge pull request #229438 from Homebrew/[email protected]
dotnet@8 8.0.18
2 parents 32ea2c1 + 491cfb0 commit fe7d34a

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.17.tar.gz"
6-
sha256 "17d82982a74e2f255ad6d171b72b317471095704c27be58db95a0cb67d237c12"
5+
url "https://github.com/dotnet/dotnet/archive/refs/tags/v8.0.18.tar.gz"
6+
sha256 "4555e0151553750de384f235006a2290ae7a6fb64d423dc60740a6fbbca77fd3"
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: "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"
15+
sha256 cellar: :any, arm64_sequoia: "eb46597577b4a984f5d475a922f2f5ddf7aee8ac767a891f73a729b61641dd0d"
16+
sha256 cellar: :any, arm64_sonoma: "1125890d5396110e7c21d219af6ae1ea6b420e71a19d9ce14995a523dd6f2a2b"
17+
sha256 cellar: :any, arm64_ventura: "fc9cd3c63ce4cc67d1936a763a20ae6679a3e9c3b17b4cc31e09e97d04a46db0"
18+
sha256 cellar: :any, ventura: "9c9eff2cb9679903cd468575dbf8472ffab06c3a4ed1ec8a5e48faeac09e297f"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "81fefffd26ac224f1527f1159f7a76ed14601e9a60000b456fd5f255baff475a"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "31b1a1bc0fb641661b300be2aebc80bedbd7df4d219cd50c36cae9d568e18336"
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.17/release.json"
48-
sha256 "c6d6b300136c07d45ae28369f967ebc45f02fe6bbd2c76bac42205e6f88f76c7"
47+
url "https://github.com/dotnet/dotnet/releases/download/v8.0.18/release.json"
48+
sha256 "a463583aa71c9c24e9fd666a8c23ae4c92d0d8cf0d386d2f0b53baf5ae9a0b3c"
4949

5050
livecheck do
5151
formula :parent

0 commit comments

Comments
 (0)