-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathazure-functions-core-tools.json
40 lines (40 loc) · 1.92 KB
/
azure-functions-core-tools.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$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.0.6821",
"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.0.6821/Azure.Functions.Cli.win-arm64.4.0.6821.zip#/dl.7z",
"hash": "b40872ae7d28b66e7422beda8eb5324a70cbf95cef9e52597bdd0b11f0038d8f"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.6821/Azure.Functions.Cli.win-x86.4.0.6821.zip#/dl.7z",
"hash": "fe9ab6d17dc8fa21a5d8afa5f50321183748727085ba1c7b674d1f1d205ad576"
},
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.6821/Azure.Functions.Cli.win-x64.4.0.6821.zip#/dl.7z",
"hash": "9452852df743112d3eb08312f6126adf67a28dc26a88a96f05ad0f8360e44f5c"
}
},
"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"
}
}
}