rust: Fix checkver

This commit is contained in:
Brandon Smith 2018-08-26 16:02:11 -04:00
parent 4ef1fb1eb7
commit 5a2fd387ff

View File

@ -18,8 +18,8 @@
"Rust\\bin\\cargo.exe" "Rust\\bin\\cargo.exe"
], ],
"checkver": { "checkver": {
"url": "https://github.com/rust-lang/rust/releases", "url": "https://www.rust-lang.org/en-US/",
"re": "<span class=\"tag-name\">([\\d.]+)</span>" "re": "Install Rust <span>([\\d.]+)</span>"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {