From 800030aa203693c5e6fc309d7a329ff5ae677ddc Mon Sep 17 00:00:00 2001 From: Adam Soos Date: Wed, 7 Nov 2018 22:10:59 +0100 Subject: [PATCH] dotnet-sdk: fixed checkver --- dotnet-sdk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet-sdk.json b/dotnet-sdk.json index 9c97215666..ff88c7f982 100644 --- a/dotnet-sdk.json +++ b/dotnet-sdk.json @@ -14,8 +14,8 @@ }, "env_add_path": ".", "checkver": { - "url": "https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases.json", - "re": "\"version-sdk\":\\s+\"(?[\\d.]+)\"," + "url": "https://raw.githubusercontent.com/dotnet/core/master/release-notes/download-archive.md", + "re": "with SDK ([\\d.-]+)" }, "autoupdate": { "architecture": {