mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 19:14:48 +00:00
42 lines
1.9 KiB
JSON
42 lines
1.9 KiB
JSON
{
|
|
"##": "Rename download file because 7-Zip can't decompress it as zip file.",
|
|
"version": "4.6.0",
|
|
"description": "Command line tools for Azure Functions",
|
|
"homepage": "https://learn.microsoft.com/en-us/azure/azure-functions/functions-run-local",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.6.0/Azure.Functions.Cli.win-x86.4.6.0.zip#/dl.7z",
|
|
"hash": "974382f27a21d4a4a067f5bfd9ac8eda30e9607ac0df7e8e814529c6a1ff64cd"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.6.0/Azure.Functions.Cli.win-x64.4.6.0.zip#/dl.7z",
|
|
"hash": "dd8c2e947e36e5626731b31eaf789294155d3f02fc00ab43495f9f2da92dc597"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.6.0/Azure.Functions.Cli.win-arm64.4.6.0.zip#/dl.7z",
|
|
"hash": "8d7521b7a7cb29ad0f311dc3453486f19a5c41c7146401ab136107428d664437"
|
|
}
|
|
},
|
|
"bin": "func.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/Azure/azure-functions-core-tools"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-arm64.$version.zip#/dl.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha2"
|
|
}
|
|
}
|
|
}
|