Extras/bucket/windowsdesktop-runtime.json
2026-07-14 20:42:36 +00:00

47 lines
2.4 KiB
JSON

{
"version": "10.0.10",
"description": "Microsoft .NET (10.0 latest) Desktop Runtime",
"homepage": "https://dotnet.microsoft.com/download/dotnet",
"license": "MIT",
"notes": "You can now remove this installer with 'scoop uninstall -p windowsdesktop-runtime'",
"architecture": {
"64bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.10/windowsdesktop-runtime-10.0.10-win-x64.exe",
"hash": "sha512:a5502261c25ba163f35bca7d50611c195e78b8797b16c5bbf2203fbdfff92c0275d36838a3200c08443d2d23a2f6a867c58093d5c239a60dd798a6596df4dc13"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.10/windowsdesktop-runtime-10.0.10-win-x86.exe",
"hash": "sha512:443e0ad71d360f3218d01db1e1ec280497fcbb14be7f077502709680adde0d1a694ea86e1ddd6aa32a98557a9f59d7f7e29580b10202e694fd2292eba6c1124b"
},
"arm64": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.10/windowsdesktop-runtime-10.0.10-win-arm64.exe",
"hash": "sha512:0efa87dd8e5a38dc032ab3d120ccd6a6cae84f5e15808e8558f09ae6b088908abc646e067a5270a0fa77e9ab64660d035d31b509a71ca3922bcf5e7411fa0240"
}
},
"pre_install": "if (!(is_admin)) { throw 'Admin privileges are required.' }",
"installer": {
"script": "Invoke-ExternalCommand \"$dir\\$fname\" -ArgumentList '/install', '/quiet', '/norestart' -RunAs | Out-Null"
},
"checkver": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json",
"jsonpath": "$.releases-index[?(@.support-phase == 'active')].latest-runtime",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/$version/windowsdesktop-runtime-$version-win-x64.exe"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/$version/windowsdesktop-runtime-$version-win-x86.exe"
},
"arm64": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/$version/windowsdesktop-runtime-$version-win-arm64.exe"
}
},
"hash": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/$version-sha.txt"
}
}
}