mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Fix regex and autoupdate (v$version --> $version) Fix bin - new exe name Remove extract_dir - no longer in a folder
26 lines
921 B
JSON
26 lines
921 B
JSON
{
|
|
"version": "1.0.0",
|
|
"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/1.0.0/reskit-1.0.0.zip",
|
|
"hash": "5cda3dd02f4f5d68ba5915e3d51148e71882e6b7392674cff78ab4055fa9152d"
|
|
}
|
|
},
|
|
"bin": "armtemplates.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases",
|
|
"regex": "tag/([\\d.]+)\""
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases/download/$version/reskit-$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|