mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +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.1948",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1948/Azure.Functions.Cli.win-x64.2.7.1948.zip",
|
|
"hash": "9ec12abe01a2590a634a808ee5d63e940703dd12c61202a317397b294ecf9b0a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1948/Azure.Functions.Cli.win-x86.2.7.1948.zip",
|
|
"hash": "c43791137743e1496a96e03e87ae1f544bfbb40fb978d0bb853e2cda83e7c98e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|