mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +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.3245",
|
|
"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.3245/Azure.Functions.Cli.win-x64.3.0.3245.zip#/dl.7z",
|
|
"hash": "256eed8487c98e98cf6db219969e349d3c38ba238aa6aa83700c61e4df3c152e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.3245/Azure.Functions.Cli.win-x86.3.0.3245.zip#/dl.7z",
|
|
"hash": "21051d3b1952b3d18647e4ff98007191074e3e395c3224433d36bfcd54a008c2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|