Skip to content

Commit e479f6a

Browse files
committed
dotnet 10.0.100
1 parent 411b4a3 commit e479f6a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed
File renamed without changes.

Formula/d/dotnet.rb

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

88
stable do
99
# Source-build tag announced at https://github.com/dotnet/source-build/discussions
10-
version "9.0.8"
11-
url "https://github.com/dotnet/dotnet/archive/refs/tags/v9.0.109.tar.gz"
12-
sha256 "42fdfe3733884a3f6ceb3b428ff346ccb92f95010c447e27f3b164f70145730c"
10+
url "https://github.com/dotnet/dotnet/archive/refs/tags/v10.0.100.tar.gz"
11+
sha256 "e190b1f43a2230a7aa31a1075bf00dcd7f4f81d8ec250c1b858f2261cc27be53"
1312

1413
resource "release.json" do
15-
version "9.0.8"
16-
url "https://github.com/dotnet/dotnet/releases/download/v9.0.109/release.json"
17-
sha256 "328388103bf81072b638984d05b9dff5b6520a366d6448abbc7b985539deb8f4"
14+
url "https://github.com/dotnet/dotnet/releases/download/v10.0.100/release.json"
15+
sha256 "6a00650346267ebf17dc69465c69cbd2677ece264300c618c178f357f8de0c12"
1816

1917
livecheck do
2018
formula :parent

0 commit comments

Comments
 (0)