2019-11-14 01:00:24 +00:00

26 lines
818 B
JSON

{
"version": "1.5.2",
"description": "Create, deploy, and manage infrastructure on any cloud using any language.",
"homepage": "https://www.pulumi.com",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://get.pulumi.com/releases/sdk/pulumi-v1.5.2-windows-x64.zip",
"hash": "b1570812ab5dd9dfa6e02dfdf076a0b7350e8a5545394f11ee4d1fc9255f4bf4"
}
},
"extract_dir": "Pulumi\\bin",
"bin": "pulumi.exe",
"checkver": {
"url": "https://www.pulumi.com/docs/get-started/install/versions",
"regex": "<strong>([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://get.pulumi.com/releases/sdk/pulumi-v$version-windows-x64.zip"
}
}
}
}