From 0129735ec8ed5f0d89ef4cb325d89cfd72322811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 22 Jan 2021 07:52:26 +0100 Subject: [PATCH] azure-functions-core-tools: Update to version 3.0.3245 --- 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 e2adb5614a..ec05bb21d7 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.3233", + "version": "3.0.3245", "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.3233/Azure.Functions.Cli.win-x64.3.0.3233.zip#/dl.7z", - "hash": "2bb40b89485106e0e24b241f3201dcaf7bd89aa9064f5280f3acaffba73d5686" + "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.3245/Azure.Functions.Cli.win-x64.3.0.3245.zip#/dl.7z", + "hash": "256eed8487c98e98cf6db219969e349d3c38ba238aa6aa83700c61e4df3c152e" }, "32bit": { - "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" + "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.3245/Azure.Functions.Cli.win-x86.3.0.3245.zip#/dl.7z", + "hash": "21051d3b1952b3d18647e4ff98007191074e3e395c3224433d36bfcd54a008c2" } }, "bin": "func.exe",