ScoopInstaller_Main/dotnet-sdk.json

34 lines
1.2 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": "853862506aae8a57db2985302fa753f70896659eb147521393c75b733c860a8d"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.100/dotnet-sdk-2.2.100-win-x86.zip",
"hash": "b786a492c0fca8ee399ffb89bc022ae8f55b60affc5ae45f43f429577f5fd9e4"
}
},
"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"
}
}
}