forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapimtemplate.json
29 lines (29 loc) · 1.03 KB
/
apimtemplate.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
{
"homepage": "https://github.com/Azure/azure-api-management-devops-resource-kit",
"description": "Azure API Management DevOps Resource Kit",
"license": "MIT",
"version": "0.3-gamma",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases/download/v0.3-gamma/res-kit-win64.zip",
"hash": "c1486bcd384ff495fb665cdcf27d99c3e4b1e78858c38780790b616b00fc1164"
}
},
"extract_dir": "res-kit-win64",
"depends": "azure-cli",
"bin": "apimtemplate.exe",
"checkver": {
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases",
"regex": "tag/(?:v)?([\\w.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases/download/v$version/res-kit-win64.zip",
"hash": {
"url": "$url.sha2"
}
}
}
}
}