mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
27 lines
952 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|