ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2022-09-01 20:30:12 +00:00

33 lines
1.3 KiB
JSON

{
"##": "Rename download file because 7-zip can't decompress it as zip file.",
"version": "3.0.4753",
"description": "Microsoft Azure Functions Core Tools",
"homepage": "https://github.com/Azure/azure-functions-core-tools",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.4753/Azure.Functions.Cli.win-x64.3.0.4753.zip#/dl.7z",
"hash": "514b064517228e70fa4d55f40e0372427fb5ba9ef703d8a6cb7573245d9a3396"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.4753/Azure.Functions.Cli.win-x86.3.0.4753.zip#/dl.7z",
"hash": "d1bd6c8616fbd3c84b4ba1bf1238b010d2eb984225562d6f9d5e9a4c81be518d"
}
},
"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"
}
},
"hash": {
"url": "$url.sha2"
}
}
}