mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
rust-analyzer: Update urls (#6671)
This commit is contained in:
parent
6240a6eb37
commit
2dccb90376
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user