Skip to content

Commit

Permalink
[Auto] update Casks/dotnet-sdk9-0-100.rb from 9.0.100 to 9.0.101 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
isen-ng authored Dec 4, 2024
1 parent d72a1f8 commit 5526626
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Casks/dotnet-sdk9-0-100.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cask "dotnet-sdk9-0-100" do
arch arm: "arm64", intel: "x64"

version "9.0.100,9.0.0"
version "9.0.101,9.0.0"

sha256_x64 = "07d5ded3aa3e73a3b881a231574cc4d24fc507e316232cd0ed82cf6dc2e85625"
sha256_arm64 = "f0cf7f4369aabcdda674d2e7ffd1154c769057fc9149a380fc48b32184618c21"
url_x64 = "https://download.visualstudio.microsoft.com/download/pr/ce4a7dd7-1baa-45b1-a447-76cac8d50218/128808a7422ca2e0ae37901d7c78cd53/dotnet-sdk-#{version.csv.first}-osx-x64.pkg"
url_arm64 = "https://download.visualstudio.microsoft.com/download/pr/2787e86a-6efe-4c4d-a3d1-8fd8c302c639/d386f92a6b2b819cb11cc0382dc98bc7/dotnet-sdk-#{version.csv.first}-osx-arm64.pkg"
sha256_x64 = "4ca38ac2882cae8f69d686a9442bf89232fe9808654f68ad0f72e13d72741787"
sha256_arm64 = "8ba374f99e79ca0bcf9312e803ea1f8888e963830b0a3786758f2fe9e34ddf5c"
url_x64 = "https://download.visualstudio.microsoft.com/download/pr/1fec6f64-0d7f-4b39-acd1-e9e2701a6b1d/b7b6246d0c20cfe703c6c88ffdbb081e/dotnet-sdk-#{version.csv.first}-osx-x64.pkg"
url_arm64 = "https://download.visualstudio.microsoft.com/download/pr/00630dd1-1470-4f65-9238-a9262d170a29/86e0e51d908e9b12b017423c2f915998/dotnet-sdk-#{version.csv.first}-osx-arm64.pkg"

on_arm do
sha256 sha256_arm64
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dotnet --list-sdks

| Version | .NET SDK |
| ------------- | -------- |
| `dotnet-sdk9` | 9.0.100 |
| `dotnet-sdk9` | 9.0.101 |
| `dotnet-sdk8` | 8.0.404 |
| `dotnet-sdk7` | 7.0.410 |
| `dotnet-sdk6` | 6.0.428 |
Expand All @@ -39,7 +39,7 @@ dotnet --list-sdks

| Version | .NET SDK | Arch | Remarks |
| ------------------- | -------- | ----------- | ---------------------------------------- |
| `dotnet-sdk9-0-100` | 9.0.100 | x64 & arm64 | |
| `dotnet-sdk9-0-100` | 9.0.101 | x64 & arm64 | |
| `dotnet-sdk8-0-400` | 8.0.404 | x64 & arm64 | |
| `dotnet-sdk8-0-300` | 8.0.303 | x64 & arm64 | |
| `dotnet-sdk8-0-200` | 8.0.204 | x64 & arm64 | |
Expand Down Expand Up @@ -76,7 +76,7 @@ after installing/upgrading to .NET SDK 5.

| Version | .NET SDK | Arch | Remarks |
| --------------------- | -------------------------- | ----------- | ------- |
| `dotnet-sdk9-preview` | 9.0.100-rc.2.24474.11 | x64 & arm64 | |
| `dotnet-sdk9-preview` | 9.0.101-rc.2.24474.11 | x64 & arm64 | |
| `dotnet-sdk8-preview` | 8.0.101-rc.2.23502.2 | x64 & arm64 | |
| `dotnet-sdk7-preview` | 7.0.100-rc.2.22477.23 | x64 & arm64 | |

Expand Down

0 comments on commit 5526626

Please sign in to comment.