Skip to content

Commit

Permalink
[Auto] update Casks/dotnet-sdk8-0-300.rb from 8.0.301 to 8.0.302 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
isen-ng authored Jun 11, 2024
1 parent bfb047a commit bfbaec9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Casks/dotnet-sdk8-0-300.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cask "dotnet-sdk8-0-300" do
arch arm: "arm64", intel: "x64"

version "8.0.301,8.0.6"
version "8.0.302,8.0.6"

sha256_x64 = "cbaf85ab99b2d4c430343ca9116abf823abcd92aeb0578f19b927fc2f376552b"
sha256_arm64 = "5b70f6c13ef1d58eb2ea1ef5725ee56f01f3beec0f898fd6dd4ab52f1378f77a"
url_x64 = "https://download.visualstudio.microsoft.com/download/pr/825222be-354e-452e-ae45-f116d86ee0d3/c4ac600bb62a44265d54b8de48c1b273/dotnet-sdk-#{version.csv.first}-osx-x64.pkg"
url_arm64 = "https://download.visualstudio.microsoft.com/download/pr/b07f0bc8-ce20-45e5-879a-a931beae3ca5/67426313b0bb8bc63ded3aeacaedca5e/dotnet-sdk-#{version.csv.first}-osx-arm64.pkg"
sha256_x64 = "9ebaf4185aa0a4651ffe536db269651aa9ca7823186f490740ba165d4d5ff94f"
sha256_arm64 = "cb5b02c6570756988bb0c9fa426a5feff8265a8c6906cf2b385291a472ce0e54"
url_x64 = "https://download.visualstudio.microsoft.com/download/pr/5b488f80-2155-4b14-9865-50f328574283/e9126ea28af0375173a18e1d8a6a3086/dotnet-sdk-#{version.csv.first}-osx-x64.pkg"
url_arm64 = "https://download.visualstudio.microsoft.com/download/pr/348456db-b1d0-49ce-930d-4e905ed17efd/a39c5b23c669ed9b270e0169eea2b83b/dotnet-sdk-#{version.csv.first}-osx-arm64.pkg"

on_arm do
sha256 sha256_arm64
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dotnet --list-sdks

| Version | .NET SDK | Arch | Remarks |
| ------------------- | -------- | ----------- | ---------------------------------------- |
| `dotnet-sdk8-0-300` | 8.0.301 | x64 & arm64 | |
| `dotnet-sdk8-0-300` | 8.0.302 | x64 & arm64 | |
| `dotnet-sdk8-0-200` | 8.0.204 | x64 & arm64 | |
| `dotnet-sdk8-0-100` | 8.0.101 | x64 & arm64 | |
| `dotnet-sdk7-0-400` | 7.0.410 | x64 & arm64 | |
Expand Down

0 comments on commit bfbaec9

Please sign in to comment.