ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2024-03-11 20:25:13 +00:00

33 lines
1.3 KiB
JSON

{
"##": "Rename download file because 7-zip can't decompress it as zip file.",
"version": "4.0.5571",
"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/4.0.5571/Azure.Functions.Cli.win-x64.4.0.5571.zip#/dl.7z",
"hash": "55b392c9ac29c6005a6dc77a88517ab0766b4d48a45bf7dcf1041f7cb718be11"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.5571/Azure.Functions.Cli.win-x86.4.0.5571.zip#/dl.7z",
"hash": "b60ee2c056592cd64bd75ec58450e612dc8f00b53543867f97472eca3094c475"
}
},
"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"
}
}
}