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.3477",
"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.3477/Azure.Functions.Cli.win-x64.3.0.3477.zip#/dl.7z",
"hash": "31a489c1f7490b77fa3888e71acb721624860e2157b6b31b11badc4847b09e4f"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.3477/Azure.Functions.Cli.win-x86.3.0.3477.zip#/dl.7z",
"hash": "9364a1dfa9e2f7dc47cec29ef3884b4b12a031bf642a19d9bdc2cba006f429e8"
}
},
"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"
}
}
}