ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2024-04-29 16:28:18 +00:00

33 lines
1.3 KiB
JSON

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