From a6e38c67994180d803bb4741b9e4ee4d99d689d0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 13 Mar 2017 22:55:51 +0100 Subject: [PATCH] Add autoupdate to invoke-build --- invoke-build.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/invoke-build.json b/invoke-build.json index 86c97fd71c..cee5e24ef4 100644 --- a/invoke-build.json +++ b/invoke-build.json @@ -7,7 +7,10 @@ "hash": "644fdd0afa3bd00b8250e454ad02a5fcd3ac03273b8a5823adfc33cd0b5cc191", "env_add_path": ".", "checkver": { - "url": "https://github.com/nightroman/Invoke-Build/raw/master/Release-Notes.md", - "re": "##\\s+v(\\d+\\.\\d+\\.\\d+)" + "url": "https://github.com/nightroman/Invoke-Build/releases", + "re": "releases/tag/v([\\d.]+)" + }, + "autoupdate": { + "url": "http://nuget.org/api/v2/package/Invoke-Build/$version#.zip" } }