From e55f53fb0ae5bab2bf42b242fa79acf6bc16e8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 13 Jan 2021 07:15:22 +0100 Subject: [PATCH] azure-functions-core-tools: Update to version 3.0.3233 --- bucket/azure-functions-core-tools.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/azure-functions-core-tools.json b/bucket/azure-functions-core-tools.json index 726510762c..e2adb5614a 100644 --- a/bucket/azure-functions-core-tools.json +++ b/bucket/azure-functions-core-tools.json @@ -1,17 +1,17 @@ { "##": "Rename download file because 7-zip can't decompress it as zip file.", - "version": "3.0.3216", + "version": "3.0.3233", "description": "Microsoft Azure Functions Core Tools", "homepage": "https://github.com/Azure/azure-functions-core-tools", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.3216/Azure.Functions.Cli.win-x64.3.0.3216.zip#/dl.7z", - "hash": "71c31e60bb7ca0aee4d55db1132753d83354dbc14de7d376c26fa6a2ab2a2544" + "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.3233/Azure.Functions.Cli.win-x64.3.0.3233.zip#/dl.7z", + "hash": "2bb40b89485106e0e24b241f3201dcaf7bd89aa9064f5280f3acaffba73d5686" }, "32bit": { - "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.3216/Azure.Functions.Cli.win-x86.3.0.3216.zip#/dl.7z", - "hash": "2f96db4980b58eb6e72476a58d4911dba8216d40fdd197eec0e8f12682ac64ea" + "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.3233/Azure.Functions.Cli.win-x86.3.0.3233.zip#/dl.7z", + "hash": "9db43d54b20c918a9004bfaa3984f96613cfd7d61db4069126308bcacf26a9cf" } }, "bin": "func.exe",