From 310425de8b761a376e27174114eb3439b668a038 Mon Sep 17 00:00:00 2001 From: Justin Grote Date: Wed, 13 Nov 2019 10:12:17 -0800 Subject: [PATCH] pulumi: Add version 1.5.1 (#562) https://github.com/ScoopInstaller/Main/pull/562#pullrequestreview-315318162 --- bucket/pulumi.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/pulumi.json diff --git a/bucket/pulumi.json b/bucket/pulumi.json new file mode 100644 index 0000000000..24019f754b --- /dev/null +++ b/bucket/pulumi.json @@ -0,0 +1,25 @@ +{ + "version": "1.5.1", + "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.1-windows-x64.zip", + "hash": "332d8950ef5291814f2fed1f6e70f905edbbe04910a184919a0ae971e00f608e" + } + }, + "extract_dir": "Pulumi\\bin", + "bin": "pulumi.exe", + "checkver": { + "url": "https://www.pulumi.com/docs/get-started/install/versions", + "regex": "([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://get.pulumi.com/releases/sdk/pulumi-v$version-windows-x64.zip" + } + } + } +}