mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
30 lines
1.3 KiB
JSON
30 lines
1.3 KiB
JSON
{
|
|
"description": "Microsoft Azure Functions Core Tools",
|
|
"homepage": "https://github.com/Azure/azure-functions-core-tools",
|
|
"version": "3.0.2106",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.2106/Azure.Functions.Cli.win-x64.3.0.2106.zip#/dl.7z",
|
|
"hash": "7ed8383ee6d3594c12688378d1e9822c11169ea8e91b1cd5a93637e3c21f2097"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.2106/Azure.Functions.Cli.win-x86.3.0.2106.zip#/dl.7z",
|
|
"hash": "75d198274779822c6b037ed7336d4d261ca2aff97bd13cd840cccc0b4a208012"
|
|
}
|
|
},
|
|
"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#/dl.7z"
|
|
},
|
|
"32bit": {
|
|
"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."
|
|
}
|