From 5a2fd387ff1eb7da69db5220d3f1e99dc511e89b Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sun, 26 Aug 2018 16:02:11 -0400 Subject: [PATCH] rust: Fix checkver --- rust.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust.json b/rust.json index de813e90a1..4c14325194 100644 --- a/rust.json +++ b/rust.json @@ -18,8 +18,8 @@ "Rust\\bin\\cargo.exe" ], "checkver": { - "url": "https://github.com/rust-lang/rust/releases", - "re": "([\\d.]+)" + "url": "https://www.rust-lang.org/en-US/", + "re": "Install Rust ([\\d.]+)" }, "autoupdate": { "architecture": {