ScoopInstaller_Main/bucket/dotnet-sdk.json
2020-07-14 18:00:30 +00:00

43 lines
1.8 KiB
JSON

{
"version": "3.1.302",
"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/3.1.302/dotnet-sdk-3.1.302-win-x64.zip",
"hash": "sha512:1db61a6e2e888c4a1b81dce5c5f64110bd622dfc35a12cb68784b5a2afc86f26a2d3db177560bcb997ecf4f1dfd34a9465812caed270319b359a8a858d7bddbc"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/3.1.302/dotnet-sdk-3.1.302-win-x86.zip",
"hash": "sha512:db8d3d4573dc780fd60ef19455676c17b4d60ddb6c281dba5fff9483a8818fb32682c50124bb10d763fc9eff2b13558086b2dbb5a66f651a0f240ecff13f7e65"
}
},
"bin": "dotnet.exe",
"suggest": {
"Visual C++ Redistributable 2019": "extras/vcredist2019"
},
"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"
}
}
}