ScoopInstaller_Main/bucket/azure-functions-core-tools.json

36 lines
1.5 KiB
JSON

{
"##": "Rename download file because 7-zip can't decompress it as zip file.",
"version": "3.0.3160",
"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.3160/Azure.Functions.Cli.win-x64.3.0.3160.zip#/dl.7z",
"hash": "68ded8b23c8315cfb15083b1c43a238f674e50eae8a10a6e491030a9fa9c25f2"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.3160/Azure.Functions.Cli.win-x86.3.0.3160.zip#/dl.7z",
"hash": "7feea1a2871a7b0d99f542da9517d44f4e6a34c785e2632b28e2198b00bf12bc"
}
},
"bin": "func.exe",
"checkver": {
"url": "https://api.github.com/repos/Azure/azure-functions-core-tools/tags",
"regex": "\"name\": *\"([\\d.]+)\""
},
"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"
}
}
}