mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
.Net Core SDK: Update and fix checkver (#21)
This commit is contained in:
parent
d7d16218a6
commit
ec09f84206
@ -1,22 +1,22 @@
|
||||
{
|
||||
"version": "2.2.104",
|
||||
"version": "2.2.203",
|
||||
"homepage": "https://www.microsoft.com/net/",
|
||||
"description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications.",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.104/dotnet-sdk-2.2.104-win-x64.zip",
|
||||
"hash": "sha512:2e73f64a7fdf0f9e03a58a1824375dab91cae658c1863d5130047064643a5c035db25251c443e9e0eded73ffe7b33ae6e1be4e16083da6122dfc1a7d6e2f1564"
|
||||
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.203/dotnet-sdk-2.2.203-win-x64.zip",
|
||||
"hash": "sha512:8a92be12f5373fa4cbfea99e7edbe082e6acea9e3d50b7b61ebb9399a11653a7e14cc643f75bf90ddf3b94ec6929cd3d799caede9add2cb14bbb985a0e730706"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.104/dotnet-sdk-2.2.104-win-x86.zip",
|
||||
"hash": "sha512:87f02c01e89513e823b487817f836f8e1c0b9bcf9679fe3fcbf134086bfce6979382fe60773bfd63c9e9f62451207b93d240b22a1524250aa9d3ff1a0d64aa5d"
|
||||
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.203/dotnet-sdk-2.2.203-win-x86.zip",
|
||||
"hash": "sha512:81b86017b5fe861d30060ad7d904de7fb73a35c31639918a37687c47c445204e5471c0b613218650ecc3316fd938ccbadecd6a42afad849b46d79c1539a26103"
|
||||
}
|
||||
},
|
||||
"env_add_path": ".",
|
||||
"bin": "dotnet.exe",
|
||||
"checkver": {
|
||||
"url": "https://raw.githubusercontent.com/dotnet/core/master/release-notes/download-archive.md",
|
||||
"re": "with SDK ([\\d.-]+)"
|
||||
"url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json",
|
||||
"jsonpath": "$..releases-index[?(@.support-phase == 'current')].latest-sdk"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user