azure-functions-core-tools: Update to version 3.0.2630

This commit is contained in:
Jakub Čábera 2020-06-24 10:09:48 +02:00
parent ead64b9b76
commit 904d68a8e0

View File

@ -1,16 +1,17 @@
{
"##": "Rename download file because 7-zip can't decompress it as zip file.",
"version": "3.0.2630",
"description": "Microsoft Azure Functions Core Tools",
"homepage": "https://github.com/Azure/azure-functions-core-tools",
"version": "3.0.2534",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.2534/Azure.Functions.Cli.win-x64.3.0.2534.zip#/dl.7z",
"hash": "e299ce7b1aaebddca1e615f23dd5a556482a56f86da8aec47d95e84ac8e6b296"
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.2630/Azure.Functions.Cli.win-x64.3.0.2630.zip#/dl.7z",
"hash": "dfcd7fb19e89ae9c790867597c06f5373a7a19d8b040336e5e8bd18c6e30be0b"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.2534/Azure.Functions.Cli.win-x86.3.0.2534.zip#/dl.7z",
"hash": "24f3c979fd84b2e91ec12968d8dddb2427199061fe228b0fd5bd3b57cb9d7df0"
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.2630/Azure.Functions.Cli.win-x86.3.0.2630.zip#/dl.7z",
"hash": "cb9c46c89d4884bddbf15476d0b46bd1783db527766128d21a7465fb988c5231"
}
},
"bin": "func.exe",
@ -24,6 +25,5 @@
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x86.$version.zip#/dl.7z"
}
}
},
"##": "Rename download file because 7-zip can't decompress it as zip file."
}
}