ScoopInstaller_Main/bucket/azure-functions-core-tools.json

29 lines
1.2 KiB
JSON

{
"description": "Microsoft Azure Functions Core Tools",
"homepage": "https://github.com/Azure/azure-functions-core-tools",
"version": "2.7.1558",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1558/Azure.Functions.Cli.win-x64.2.7.1558.zip",
"hash": "8e81314d8be5632c9b6434e0286e66baed91619e66b35890d794056c41c2f171"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1558/Azure.Functions.Cli.win-x86.2.7.1558.zip",
"hash": "b59033ae4328e9edfa344df3cff41b632321fd81e7f341c7f2e2fe11cfceaaae"
}
},
"bin": "func.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x64.$version.zip"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x86.$version.zip"
}
}
}
}