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.9",
|
|
"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.9/ARMClient.zip",
|
|
"hash": "62e5c430c6572052a3d4646f3de3700009d72ea98ffcdad408312e44e4b08ef2",
|
|
"bin": [
|
|
"ARMClient.exe",
|
|
"AADClient.exe"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/projectkudu/ARMClient/releases/download/v$version/ARMClient.zip"
|
|
}
|
|
}
|