mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +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"
|
"Rust\\bin\\cargo.exe"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.rust-lang.org/en-US/",
|
"url": "https://www.rust-lang.org/",
|
||||||
"re": "Install Rust <span>([\\d.]+)</span>"
|
"re": "Version ([\\d.]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
@ -18,8 +18,8 @@
|
|||||||
"Rust\\bin\\cargo.exe"
|
"Rust\\bin\\cargo.exe"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.rust-lang.org/en-US/",
|
"url": "https://www.rust-lang.org/",
|
||||||
"re": "Install Rust <span>([\\d.]+)</span>"
|
"re": "Version ([\\d.]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user