mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 07:01:20 +00:00
26 lines
818 B
JSON
26 lines
818 B
JSON
{
|
|
"version": "2.9.0",
|
|
"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-v2.9.0-windows-x64.zip",
|
|
"hash": "c99cd8d03d8119b42f0dd0fd5edf6edd63af501092a93ecccb961a1f1c5dad0a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|