ScoopInstaller_Main/bucket/dotnet-sdk.json
2019-05-02 00:28:43 +02:00

35 lines
1.6 KiB
JSON

{
"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.203/dotnet-sdk-2.2.203-win-x64.zip",
"hash": "sha512:8a92be12f5373fa4cbfea99e7edbe082e6acea9e3d50b7b61ebb9399a11653a7e14cc643f75bf90ddf3b94ec6929cd3d799caede9add2cb14bbb985a0e730706"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.203/dotnet-sdk-2.2.203-win-x86.zip",
"hash": "sha512:81b86017b5fe861d30060ad7d904de7fb73a35c31639918a37687c47c445204e5471c0b613218650ecc3316fd938ccbadecd6a42afad849b46d79c1539a26103"
}
},
"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"
}
}
}