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"
],
"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": {

View File

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