From 150edd3e92d8e5819e23dc6dc5852777a1a1ec20 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Fri, 25 Oct 2019 00:27:29 +0000 Subject: [PATCH] AU: 1 updated - pulumi [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/2d70dd2b8b2d21b4e2e615336c8f3ac20dd9837f --- automatic/pulumi/legal/VERIFICATION.txt | 4 ++-- automatic/pulumi/pulumi.nuspec | 2 +- automatic/pulumi/tools/chocolateyinstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/pulumi/legal/VERIFICATION.txt b/automatic/pulumi/legal/VERIFICATION.txt index 636b87f0c..f56207f92 100644 --- a/automatic/pulumi/legal/VERIFICATION.txt +++ b/automatic/pulumi/legal/VERIFICATION.txt @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 64-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum64: DE813F42C3C6B6F4657D3C0A577E4DED1A342A7D42E7878636CDE30499F90238 + checksum64: 23CEFFBB7D6F9F486BBC5EF03A5325C53770292CA3E19507D91B8C5557D16DB1 File 'LICENSE.txt' is obtained from diff --git a/automatic/pulumi/pulumi.nuspec b/automatic/pulumi/pulumi.nuspec index b8c2e904b..b1f3b89fe 100644 --- a/automatic/pulumi/pulumi.nuspec +++ b/automatic/pulumi/pulumi.nuspec @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.3.4 + 1.4.0 Maurice Kevenaar diff --git a/automatic/pulumi/tools/chocolateyinstall.ps1 b/automatic/pulumi/tools/chocolateyinstall.ps1 index 1873bfb12..74ef892aa 100644 --- a/automatic/pulumi/tools/chocolateyinstall.ps1 +++ b/automatic/pulumi/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir - file64 = "$toolsDir\pulumi-v1.3.4-windows-x64.zip" + file64 = "$toolsDir\pulumi-v1.4.0-windows-x64.zip" } Install-ChocolateyZipPackage @packageArgs