ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2021-09-24 23:50:47 -07:00

33 lines
1.3 KiB
JSON

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