From fc1d93640b79a333bb1beda634cadcd2e6b1fe3b Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sun, 26 Aug 2018 16:02:46 -0400 Subject: [PATCH] rust-msvc: Fix checkver --- rust-msvc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-msvc.json b/rust-msvc.json index b29d3f1699..fd69cac6b3 100644 --- a/rust-msvc.json +++ b/rust-msvc.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": {