From f1b4b9dfa7f79ff2fc81d0be69a503f6c941abc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 6 Aug 2020 12:43:15 +0200 Subject: [PATCH] invoke-build: Update to version 5.6.1 --- bucket/invoke-build.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/invoke-build.json b/bucket/invoke-build.json index 3a4fe4ea7c..8006ba87f2 100644 --- a/bucket/invoke-build.json +++ b/bucket/invoke-build.json @@ -1,15 +1,15 @@ { - "version": "5.6.0", - "homepage": "https://github.com/nightroman/Invoke-Build", + "version": "5.6.1", "description": "Build Automation in PowerShell.", + "homepage": "https://github.com/nightroman/Invoke-Build", "license": "Apache-2.0", "extract_dir": "tools", - "url": "https://nuget.org/api/v2/package/Invoke-Build/5.6.0#/dl.7z", - "hash": "27a226366944a9b5e4fa79ecf3015e4ca1467f923fe5ad77c0a351a3a0feca17", + "url": "https://nuget.org/api/v2/package/Invoke-Build/5.6.1#/dl.7z", + "hash": "a98131ec7ceb9bbd47f7a959966f3baf3b62c3562e23dcc30dee0c48efa700e0", "env_add_path": ".", "checkver": { "url": "https://github.com/nightroman/Invoke-Build/releases", - "re": "releases/tag/v([\\d.]+)" + "regex": "releases/tag/v([\\d.]+)" }, "autoupdate": { "url": "https://nuget.org/api/v2/package/Invoke-Build/$version#/dl.7z"