mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
rust: Fix checkver (#2922)
* rust: Fix checkver * rust-msvc: Fix checkver
This commit is contained in:
parent
715f91ecd6
commit
ef0778cf0d
@ -18,8 +18,8 @@
|
||||
"Rust\\bin\\cargo.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://www.rust-lang.org/en-US/",
|
||||
"re": "Install Rust <span>([\\d.]+)</span>"
|
||||
"url": "https://www.rust-lang.org/",
|
||||
"re": "Version ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user