ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2025-03-26 20:29:03 +00:00

41 lines
1.9 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"##": "Rename download file because 7-zip can't decompress it as zip file.",
"version": "4.0.7030",
"description": "Microsoft Azure Functions Core Tools",
"homepage": "https://github.com/Azure/azure-functions-core-tools",
"license": "MIT",
"architecture": {
"arm64": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.7030/Azure.Functions.Cli.win-arm64.4.0.7030.zip#/dl.7z",
"hash": "81b0610758e34de306875423ae53664df21ef3c19fd4e75fbb4d938437401e8d"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.7030/Azure.Functions.Cli.win-x86.4.0.7030.zip#/dl.7z",
"hash": "18b552127b0eb17c2e5112b2a85cc79bc31a2ecaa3a69a9b26f455ab2ebfd8e3"
},
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.7030/Azure.Functions.Cli.win-x64.4.0.7030.zip#/dl.7z",
"hash": "98cd34f63efe5a356f691861323b6b17dfafceccccf93ef06e2c3530ed8d3b38"
}
},
"bin": "func.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"arm64": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-arm64.$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"
},
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x64.$version.zip#/dl.7z"
}
},
"hash": {
"url": "$url.sha2"
}
}
}