forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
azure-functions-core-tools.json
28 lines (28 loc) · 1.17 KB
/
azure-functions-core-tools.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"description": "Microsoft Azure Functions Core Tools",
"homepage": "https://github.com/Azure/azure-functions-core-tools",
"version": "2.3.199",
"license": "MIT",
"checkver": "github",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.3.199/Azure.Functions.Cli.win-x64.2.3.199.zip",
"hash": "32e23c92e4d6ade23d5ce144448648124b9113f30c58c66f50420bc9309a5721"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.3.199/Azure.Functions.Cli.win-x86.2.3.199.zip",
"hash": "0c52b54843b02966ece5ab23581f7650976a18b28062ff0fa76436aa53dc7485"
}
},
"bin": "func.exe",
"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"
}
}
}
}