rust: Fix checkver (#2922)

* rust: Fix checkver
* rust-msvc: Fix checkver
This commit is contained in:
Hakan Siktas 2018-12-22 11:51:17 +01:00 committed by Richard Kuhnt
parent 715f91ecd6
commit ef0778cf0d
2 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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": {