diff --git a/bucket/windowsdesktop-runtime.json b/bucket/windowsdesktop-runtime.json index a0e7f18787c850..1beec4a3f2200c 100644 --- a/bucket/windowsdesktop-runtime.json +++ b/bucket/windowsdesktop-runtime.json @@ -1,21 +1,21 @@ { - "version": "8.0.8", - "description": "Microsoft .NET 8.0 Desktop Runtime", + "version": "9.0.0", + "description": "Microsoft .NET (9.0 latest) Desktop Runtime", "homepage": "https://dotnet.microsoft.com/download/dotnet", "license": "MIT", - "notes": "You can now remove this installer with 'scoop uninstall windowsdesktop-runtime'", + "notes": "You can now remove this installer with 'scoop uninstall -p windowsdesktop-runtime'", "architecture": { "64bit": { - "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/8.0.8/windowsdesktop-runtime-8.0.8-win-x64.exe", - "hash": "sha512:27484ffb1e9ce5e6290cda8f5f49563cf4a9e2692aa57429fcd0d3de4f30fc2fce204b1b120349ed50712e95d3fa51037ebaf9b7fd60c41856857b1372e0eac7" + "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/9.0.0/windowsdesktop-runtime-9.0.0-win-x64.exe", + "hash": "f8695b6ea8b98ff075160a9200adf3a9c26585bc05f14f2a1e3c755a31f488b3" }, "32bit": { - "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/8.0.8/windowsdesktop-runtime-8.0.8-win-x86.exe", - "hash": "sha512:3101e64ab772cef8081ca5f441f599d1906c9a3869e7ff20ee1725e121a54dd0569e55dfd842e748a0dd6bff902562834922681c9bb43ede6760aed1206c7966" + "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/9.0.0/windowsdesktop-runtime-9.0.0-win-x86.exe", + "hash": "f9f7e182a3516ec7ebba4f2a1d68b016ce7786a460bb7353641031dc4c6e9834" }, "arm64": { - "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/8.0.8/windowsdesktop-runtime-8.0.8-win-arm64.exe", - "hash": "sha512:6c8d48681b18c403e1daf1eff2d141d98a2c538d26f49dde6dc02701c0300bfc5e101dfd47e9eb54f2d9328e5eeebb44366a08d99c48efa3eb1c6f71c98b78c2" + "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/9.0.0/windowsdesktop-runtime-9.0.0-win-arm64.exe", + "hash": "65919bffdbfc29027cca3a807a7d73f06a4394d045fe9d5dfa5d38ee0e3f3230" } }, "pre_install": "if (!(is_admin)) { throw 'Admin privileges are required.' }", @@ -23,8 +23,9 @@ "script": "Invoke-ExternalCommand \"$dir\\$fname\" -ArgumentList '/install', '/quiet', '/norestart' -RunAs | Out-Null" }, "checkver": { - "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/Current/latest.version", - "regex": "([\\d.]+)$" + "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": {