mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
17 lines
598 B
JSON
17 lines
598 B
JSON
{
|
|
"version": "1.6",
|
|
"description": "A simple command line tool to invoke the Azure Resource Manager API",
|
|
"homepage": "https://github.com/projectkudu/ARMClient",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/projectkudu/ARMClient/releases/download/v1.6/ARMClient.zip",
|
|
"hash": "5370d8179c3e73f8a934e5179560207cf9b54157dc094b1a95a2c4d4a2246f0b",
|
|
"bin": [
|
|
"ARMClient.exe",
|
|
"AADClient.exe"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/projectkudu/ARMClient/releases/download/v$version/ARMClient.zip"
|
|
}
|
|
}
|