ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2023-02-24 04:28:40 +00:00

33 lines
1.3 KiB
JSON

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