Skip to content

Commit b624b10

Browse files
authored
dotnet 9.0.8/9.0.109
Signed-off-by: okcoder1 <[email protected]>
1 parent 7ad11f2 commit b624b10

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Formula/d/dotnet.rb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ 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.7.tar.gz"
11-
sha256 "f68182b95fa441efb63b2a71ca3f98498b664e8d81964690ce4ec4f855981a44"
10+
version "9.0.8"
11+
url "https://github.com/dotnet/dotnet/archive/refs/tags/v9.0.109.tar.gz"
12+
sha256 "42fdfe3733884a3f6ceb3b428ff346ccb92f95010c447e27f3b164f70145730c"
1213

1314
resource "release.json" do
14-
url "https://github.com/dotnet/dotnet/releases/download/v9.0.7/release.json"
15-
sha256 "b812e7e8e30aa47fdea32e68932f1cc23569419f27f4f5ff441160e53f1cff94"
15+
version "9.0.8"
16+
url "https://github.com/dotnet/dotnet/releases/download/v9.0.109/release.json"
17+
sha256 "328388103bf81072b638984d05b9dff5b6520a366d6448abbc7b985539deb8f4"
1618

1719
livecheck do
1820
formula :parent

0 commit comments

Comments
 (0)