diff --git a/bucket/rust-analyzer.json b/bucket/rust-analyzer.json index 63d52d3413..eeb753ccb4 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -5,11 +5,10 @@ "license": "Apache-2.0|MIT", "architecture": { "64bit": { - "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2024-10-28/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "6049d31b34f9c27f96b67bf25edbcd9ad68a85c498ab724ddc0583b30507865e" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2025-03-24/rust-analyzer-x86_64-pc-windows-msvc.zip", + "hash": "f62c9ba4e80c020adf26783805223982a49f5e52986aa7c794e8c1cf75d5edc9" } }, - "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'", "bin": "rust-analyzer.exe", "checkver": { "github": "https://github.com/rust-lang/rust-analyzer", @@ -18,7 +17,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/rust-lang/rust-analyzer/releases/download/$version/rust-analyzer-x86_64-pc-windows-msvc.gz" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/$version/rust-analyzer-x86_64-pc-windows-msvc.zip" } } }