ScoopInstaller_Main/bucket/dotnet-sdk.json
2021-04-06 23:00:20 +00:00

43 lines
1.8 KiB
JSON

{
"version": "5.0.202",
"description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications.",
"homepage": "https://www.microsoft.com/net/",
"license": "MIT",
"suggest": {
"Visual C++ Redistributable 2019": "extras/vcredist2019"
},
"architecture": {
"64bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.202/dotnet-sdk-5.0.202-win-x64.zip",
"hash": "sha512:ba76852b979ec98034d70a0c8012f7ec1c6638129d66121368766f3da423f46be942a6a4f2d8dafa8bdbd91218d7eeed89cd3c1818fb0df2656e9f9f6a7c6893"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.202/dotnet-sdk-5.0.202-win-x86.zip",
"hash": "sha512:273b93fcaeeb5facde39dc437eb429a66bdefee514b49b7e9d0f146630c1c32a207d879c4965d686fc4ef9f5d6d370b5b394b90908f668e5e70eb010a9efff74"
}
},
"bin": "dotnet.exe",
"env_add_path": ".",
"env_set": {
"DOTNET_ROOT": "$dir",
"MSBuildSDKsPath": "$dir\\sdk\\$version\\Sdks"
},
"checkver": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json",
"regex": "(?s)(?<rtv>[\\d.]+)[^\\d]*?([\\d.]+)[^\\d]*?(?:current|lts)"
},
"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/$matchRtv-sha.txt"
}
}
}