ScoopInstaller_Main/dotnet-sdk.json
2018-12-04 17:00:24 +00:00

34 lines
1.4 KiB
JSON

{
"version": "2.2.100",
"homepage": "https://www.microsoft.com/net/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.100/dotnet-sdk-2.2.100-win-x64.zip",
"hash": "sha512:950dc685294c6423438ba5b38d444c08e492e25a630a552cb5d3a170775ed6e6247ea8c06e6b1c26df90e91e3b9041e87e93db2a59349b814f6b2cfba59629a5"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.100/dotnet-sdk-2.2.100-win-x86.zip",
"hash": "sha512:f007b3912f265f5ca5397cbb7aa55fc2d34788adb77cac53b45643d76088c01e47a70576417957de75ba4543be298dbc8c31dc82a33aefdae9490f6e64c9ab6a"
}
},
"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"
}
}
}