From 55556d47833fc64b82f7ec9bac4b47ca1f3db23a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 28 Nov 2017 20:27:16 +0100 Subject: [PATCH] cake: use github property for checkver --- cake.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cake.json b/cake.json index 81a2534fc2..4f6d8decb5 100644 --- a/cake.json +++ b/cake.json @@ -11,8 +11,7 @@ ] }, "checkver": { - "url": "https://github.com/cake-build/cake/releases", - "re": "tag/v([\\d.]+)" + "github": "https://github.com/cake-build/cake" }, "autoupdate": { "url": "https://github.com/cake-build/cake/releases/download/v$version/Cake-bin-net461-v$version.zip"