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.3284",
"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.3284/Azure.Functions.Cli.win-x64.3.0.3284.zip#/dl.7z",
"hash": "97e1eff83e4d0a77d03107010ee2d9c1c0a8e5fff74b01a88e6832d6481fc86d"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.3284/Azure.Functions.Cli.win-x86.3.0.3284.zip#/dl.7z",
"hash": "2bd379a4967a87de05295e7a08eabbfd9c5cf956ebfd16c03280ed2fa9c01b54"
}
},
"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"
}
}
}