mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
29 lines
1.2 KiB
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.1633",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1633/Azure.Functions.Cli.win-x64.2.7.1633.zip",
|
|
"hash": "e4fdd101fa768627d061e2efa08d3ee135b2dae7779e22ebf6217d5edb15a7ca"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1633/Azure.Functions.Cli.win-x86.2.7.1633.zip",
|
|
"hash": "e7ca650962db5c4fabebf606896d9e03c6acb1d98abfbc402fe8c59bb455408b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|