Skip to content

Commit

Permalink
[Auto] update Casks/dotnet-sdk8-0-400.rb from 8.0.403 to 8.0.404 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
isen-ng authored Nov 13, 2024
1 parent d8edc40 commit 3ff29f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Casks/dotnet-sdk8-0-400.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cask "dotnet-sdk8-0-400" do
arch arm: "arm64", intel: "x64"

version "8.0.403,8.0.10"
version "8.0.404,8.0.11"

sha256_x64 = "cda9f5737413adc752838efb55bc52d631da395d400884506182b8893d6a9949"
sha256_arm64 = "29844599f2e41002af2605a9811344399b6b50369cf993d91569a1a7909f1293"
url_x64 = "https://download.visualstudio.microsoft.com/download/pr/d6b3fe61-3c0e-45da-9e37-cef64d4fd3eb/28d536e0ecfbb330ab49454a5e3962f6/dotnet-sdk-#{version.csv.first}-osx-x64.pkg"
url_arm64 = "https://download.visualstudio.microsoft.com/download/pr/35b0fb29-cadc-4083-aa26-6cecd2e7ffa1/1a9972a435b73ffdd0b462f979ea5b23/dotnet-sdk-#{version.csv.first}-osx-arm64.pkg"
sha256_x64 = "1e6a8f773488af81d6ec6c74e921da661ee6c8d00f522108208ec543dc76a0b8"
sha256_arm64 = "6303f456d12e45faa531687cd1d075f3d6d789ebdf84810645a126d010de6cfb"
url_x64 = "https://download.visualstudio.microsoft.com/download/pr/656d1b6e-cd8e-4767-bc91-e4cb6cd21cef/36f5b3664238acf0a030fc81efd4410c/dotnet-sdk-#{version.csv.first}-osx-x64.pkg"
url_arm64 = "https://download.visualstudio.microsoft.com/download/pr/403c6045-6500-4b91-8821-ddac6c4bea59/b36da2c62c46672845828b57cb2ad265/dotnet-sdk-#{version.csv.first}-osx-arm64.pkg"

on_arm do
sha256 sha256_arm64
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dotnet --list-sdks
| Version | .NET SDK |
| ------------- | -------- |
| `dotnet-sdk9` | 9.0.100 |
| `dotnet-sdk8` | 8.0.403 |
| `dotnet-sdk8` | 8.0.404 |
| `dotnet-sdk7` | 7.0.410 |
| `dotnet-sdk6` | 6.0.428 |
| `dotnet-sdk5` | 5.0.408 |
Expand All @@ -40,7 +40,7 @@ dotnet --list-sdks
| Version | .NET SDK | Arch | Remarks |
| ------------------- | -------- | ----------- | ---------------------------------------- |
| `dotnet-sdk9-0-100` | 9.0.100 | x64 & arm64 | |
| `dotnet-sdk8-0-400` | 8.0.403 | 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 | |
| `dotnet-sdk8-0-100` | 8.0.101 | x64 & arm64 | |
Expand Down

0 comments on commit 3ff29f9

Please sign in to comment.