mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 21:34:47 +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.7.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.7.0/Azure.Functions.Cli.win-x86.4.7.0.zip#/dl.7z",
|
|
"hash": "5bbccddbc29d8d610dac447b4a4d1894931fdf983bd05416e769784605447e8a"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.7.0/Azure.Functions.Cli.win-x64.4.7.0.zip#/dl.7z",
|
|
"hash": "d79ab6aa579c35ba57da3202d7e8cb5f346fb93b17c7ca8c3c75364e43eaa4e4"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.7.0/Azure.Functions.Cli.win-arm64.4.7.0.zip#/dl.7z",
|
|
"hash": "ed8b6e6d0f52558f0b8bec46810daadc748a9ef7866798176b16593b7a425c4f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|