mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
* dotnet-sdk: Add an uninstall note * Update bucket/dotnet-sdk.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update dotnet-sdk.json * Update dotnet-sdk.json * Update dotnet-sdk.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
50 lines
2.4 KiB
JSON
50 lines
2.4 KiB
JSON
{
|
|
"version": "7.0.200",
|
|
"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": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/7.0.200/dotnet-sdk-7.0.200-win-x64.zip",
|
|
"hash": "sha512:f1a480dfa63d9a1912726374e67612a08bdfa438b10f5c70b7dc21b9251e8a8984c42b9a901d0f429e62e81a8f16cd8d0000f409e9f52eac5536e365895885f0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/7.0.200/dotnet-sdk-7.0.200-win-x86.zip",
|
|
"hash": "sha512:2850a888135efae77a8f46736202626881ac0330a599e2980e361379caa08eef13469960e689529adc7b1dce8d64884fc73ae026d39d6629f336362a457006e2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/7.0.200/dotnet-sdk-7.0.200-win-arm64.zip",
|
|
"hash": "sha512:6f58fde3219dc86420e3d2eb012bd62733a96e140ce5c8d3af4dd5d18c2f1eca5f73f92fadf62252c15a9ae1c8e860b8a0719b4396918760ecaf6d7be2cc8c91"
|
|
}
|
|
},
|
|
"env_add_path": ".",
|
|
"env_set": {
|
|
"DOTNET_ROOT": "$dir",
|
|
"MSBuildSDKsPath": "$dir\\sdk\\$version\\Sdks"
|
|
},
|
|
"pre_uninstall": "info 'If the uninstall fails with a message saying that access is denied, you may need to log out of your current account, log back in and try again.'",
|
|
"checkver": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json",
|
|
"regex": "\"latest-runtime\": \"(?<rtv>[\\d.]+)\",[\\s\\S]+?\"latest-sdk\": \"([\\d.]+)\",[\\s\\S]+?\"release-type\" : \"(sts|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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/$matchRtv-sha.txt"
|
|
}
|
|
}
|
|
}
|