mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"##": "Rename download file because 7-zip can't decompress it as zip file.",
|
|
"version": "3.0.2996",
|
|
"description": "Microsoft Azure Functions Core Tools",
|
|
"homepage": "https://github.com/Azure/azure-functions-core-tools",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.2996/Azure.Functions.Cli.win-x64.3.0.2996.zip#/dl.7z",
|
|
"hash": "40c38f135200a9b90fee85549df97c76f323916d88b396f006d7263e80b0c748"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.2996/Azure.Functions.Cli.win-x86.3.0.2996.zip#/dl.7z",
|
|
"hash": "56697ad253095bed5f4cc8218b0c3826e18c39b33c67d9cf8dadad55d56e932e"
|
|
}
|
|
},
|
|
"bin": "func.exe",
|
|
"checkver": {
|
|
"url": "https://api.github.com/repos/Azure/azure-functions-core-tools/tags",
|
|
"regex": "\"name\": *\"([\\d.]+)\""
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x64.$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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha2"
|
|
}
|
|
}
|
|
}
|