mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +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.1.0",
|
|
"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.1.0/Azure.Functions.Cli.win-arm64.4.1.0.zip#/dl.7z",
|
|
"hash": "41a8bc904862561116e806557ae4e44dc8e9275faa2fa155bec384dcf024df16"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.1.0/Azure.Functions.Cli.win-x86.4.1.0.zip#/dl.7z",
|
|
"hash": "1d25412298b6fcb6894c82bd685df473b88532c266235c5deb3f536e4f9d77a1"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.1.0/Azure.Functions.Cli.win-x64.4.1.0.zip#/dl.7z",
|
|
"hash": "71b725fa6036186f3d511f92a7295b6c5ad8627ac819d8e294b4e2521d8eeb7a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|