ScoopInstaller_Main/dotnet-sdk.json
2019-02-12 19:00:28 +00:00

35 lines
1.5 KiB
JSON

{
"version": "2.2.104",
"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"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.104/dotnet-sdk-2.2.104-win-x86.zip",
"hash": "sha512:87f02c01e89513e823b487817f836f8e1c0b9bcf9679fe3fcbf134086bfce6979382fe60773bfd63c9e9f62451207b93d240b22a1524250aa9d3ff1a0d64aa5d"
}
},
"env_add_path": ".",
"checkver": {
"url": "https://raw.githubusercontent.com/dotnet/core/master/release-notes/download-archive.md",
"re": "with SDK ([\\d.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x64.zip"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x86.zip"
}
},
"hash": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/$version-sdk-sha.txt"
}
}
}