mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-13 02:41:19 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "2.1.103",
|
|
"homepage": "https://www.microsoft.com/net/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.103/dotnet-sdk-2.1.103-win-x64.zip",
|
|
"hash": "sha512:8166b0f2fda1533df4397209616754b5255fb1ee5a775d581640b99158adf371538dd373001c2431f6d12abcc9648b325f88653b9891c8eaf9f50c9e2e1b4b1e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.103/dotnet-sdk-2.1.103-win-x86.zip",
|
|
"hash": "sha512:61ee3cb4e12e435e9b3ead8426c2ae528dcf9c77de0878e51e7e3baa04b3928a83cd60f5822e785302884f5f034723a6c45599cb2eabd8c03e3f525f3cc0f1cc"
|
|
}
|
|
},
|
|
"env_add_path": ".",
|
|
"checkver": {
|
|
"url": "https://www.microsoft.com/net/download/windows",
|
|
"re": "Download .NET Core 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"
|
|
}
|
|
}
|
|
}
|