Add autoupdate to invoke-build

This commit is contained in:
Richard Kuhnt 2017-03-13 22:55:51 +01:00
parent 48361fd58d
commit a6e38c6799

View File

@ -7,7 +7,10 @@
"hash": "644fdd0afa3bd00b8250e454ad02a5fcd3ac03273b8a5823adfc33cd0b5cc191", "hash": "644fdd0afa3bd00b8250e454ad02a5fcd3ac03273b8a5823adfc33cd0b5cc191",
"env_add_path": ".", "env_add_path": ".",
"checkver": { "checkver": {
"url": "https://github.com/nightroman/Invoke-Build/raw/master/Release-Notes.md", "url": "https://github.com/nightroman/Invoke-Build/releases",
"re": "##\\s+v(\\d+\\.\\d+\\.\\d+)" "re": "releases/tag/v([\\d.]+)"
},
"autoupdate": {
"url": "http://nuget.org/api/v2/package/Invoke-Build/$version#.zip"
} }
} }