ScoopInstaller_Main/bucket/dotnet-sdk.json
2019-05-21 22:00:25 +00:00

35 lines
1.6 KiB
JSON

{
"version": "2.2.300",
"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.300/dotnet-sdk-2.2.300-win-x64.zip",
"hash": "sha512:67583f2d88f83c82a4a0206c09ab9c20d10cbd96fcd247765fe36a961e750fd06469fad45cbf699eb4076e6a08c8f3e47b840ab32a4f76b963730907513d2fda"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.300/dotnet-sdk-2.2.300-win-x86.zip",
"hash": "sha512:c377a15195e70486a07ae3449b3a10455d6a669395190135202d9fc3c682207a91a987617d8e2390fdd9c67509295b121f71094ab744c1e713a304b0b086a5b9"
}
},
"bin": "dotnet.exe",
"checkver": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json",
"jsonpath": "$..releases-index[?(@.support-phase == 'current')].latest-sdk"
},
"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"
}
}
}