mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
41 lines
1.9 KiB
JSON
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.2.2",
|
|
"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.2.2/Azure.Functions.Cli.win-arm64.4.2.2.zip#/dl.7z",
|
|
"hash": "064377a31c6a30300cca8c85f5e8257c5ec8ce24101c63466f3b67971e80ba8d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.2.2/Azure.Functions.Cli.win-x86.4.2.2.zip#/dl.7z",
|
|
"hash": "806836f660e4e396dda8c28aede4cf2cd32460a61e63ce18e4d95bc9b7f149bf"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.2.2/Azure.Functions.Cli.win-x64.4.2.2.zip#/dl.7z",
|
|
"hash": "3b12cb880f979efac20b4773ca219193e4880a33d8cf25fce95a8a0c7cfc3e68"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|