mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +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.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.1.2/Azure.Functions.Cli.win-arm64.4.1.2.zip#/dl.7z",
|
|
"hash": "9f6b82e68893d646a3788c2bc8cea85719be57604201c1fe931646eb0d7d9f24"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.1.2/Azure.Functions.Cli.win-x86.4.1.2.zip#/dl.7z",
|
|
"hash": "235a56889d70c3e3374a4c51a9cb3a301e11312370cbc174bd3f9fc6f8729ece"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.1.2/Azure.Functions.Cli.win-x64.4.1.2.zip#/dl.7z",
|
|
"hash": "03ed7ba3003e386b8bed44493cd75b01d82385d0cede0c8bf3eadce0eea6a21f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|