Skip to content

Commit

Permalink
[Auto] update Casks/dotnet-sdk7-0-400.rb from 7.0.403 to 7.0.404 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
isen-ng authored Nov 16, 2023
1 parent 2f65306 commit 796f4cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Casks/dotnet-sdk7-0-400.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cask "dotnet-sdk7-0-400" do
arch arm: "arm64", intel: "x64"

version "7.0.403,7.0.13"
version "7.0.404,7.0.14"

sha256_x64 = "7b4d9fd4d003b681240eb9e79d757c30aa7437774a49a2a15dd7a09947476635"
sha256_arm64 = "a4b38ad38a0f40bf6e8d473628c0231b511124cfd6701dc488f2f51da6db5fa5"
url_x64 = "https://download.visualstudio.microsoft.com/download/pr/4243dbe5-7173-4422-a073-b13395231cfa/808d2c3639437ef67630dc0083a0fbd6/dotnet-sdk-#{version.csv.first}-osx-x64.pkg"
url_arm64 = "https://download.visualstudio.microsoft.com/download/pr/70b57ca7-7fcb-432d-bad9-809dbcfc35a7/8fca3fbc3f6e638edb29a908621cf9ba/dotnet-sdk-#{version.csv.first}-osx-arm64.pkg"
sha256_x64 = "e374bc81d680193d9ce37a79e544325d5ad5944d6dff51037148e4437e8362f5"
sha256_arm64 = "8cd0c91195fc90ce83ade8b3fd6f8aabae77ee35deeb8820d1b94b802942a45b"
url_x64 = "https://download.visualstudio.microsoft.com/download/pr/81b6b736-1218-4bb0-9100-89945de897be/a2be9ad05a16c0b39c02f2328ccdc6b4/dotnet-sdk-#{version.csv.first}-osx-x64.pkg"
url_arm64 = "https://download.visualstudio.microsoft.com/download/pr/bc914058-c08a-44a2-a581-5c9807143b55/ddb7f2330a4250f28b15e1329bc11fa9/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 @@ -25,7 +25,7 @@ dotnet --list-sdks
| Version | .NET SDK | Arch | Remarks |
| ------------------- | -------- | ----------- | ---------------------------------------- |
| `dotnet-sdk8-0-100` | 8.0.100 | x64 & arm64 | |
| `dotnet-sdk7-0-400` | 7.0.403 | x64 & arm64 | |
| `dotnet-sdk7-0-400` | 7.0.404 | x64 & arm64 | |
| `dotnet-sdk7-0-300` | 7.0.306 | x64 & arm64 | |
| `dotnet-sdk7-0-200` | 7.0.203 | x64 & arm64 | |
| `dotnet-sdk7-0-100` | 7.0.102 | x64 & arm64 | |
Expand Down

0 comments on commit 796f4cc

Please sign in to comment.