ScoopInstaller_Main/bucket/apimtemplate.json
Jakub Čábera fa56341c2e yq: Update to version 4.1.0
apimtemplate: Fix extraction
format a*
2020-12-26 08:35:32 +01:00

27 lines
952 B
JSON

{
"version": "0.5",
"description": "Azure API Management DevOps Resource Kit",
"homepage": "https://github.com/Azure/azure-api-management-devops-resource-kit",
"license": "MIT",
"depends": "azure-cli",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases/download/v0.5/reskit-win64.zip",
"hash": "6db3fb46e6623f5e51309b620d2594fae69e0225f2548dcfef9f7593647293cd",
"extract_dir": "win64"
}
},
"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/reskit-win64.zip"
}
}
}
}