From 7d3193905f353516ae459814a66dbad3bf2fa321 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 12 Dec 2019 00:26:23 +0000 Subject: [PATCH] AU: 1 updated - pulumi [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/15ed721ed4b6d0ebc7e1242d1377997168aba324 --- 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 471727ab12..f842b693de 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: 400D479F2D8F9C1D28E6F72FE9C576D2A50C957745A14EF639DFE9BCD496FCCB + checksum64: 7ED61F29D4EC21F610452802A64D40B7EAAFE3A81E0DFAA87142E3B416D2DAF2 File 'LICENSE.txt' is obtained from diff --git a/automatic/pulumi/pulumi.nuspec b/automatic/pulumi/pulumi.nuspec index 42c8a31643..9fbbeba215 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.6.1 + 1.7.0 Maurice Kevenaar diff --git a/automatic/pulumi/tools/chocolateyinstall.ps1 b/automatic/pulumi/tools/chocolateyinstall.ps1 index fac122bc59..67b33f6bbb 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.6.1-windows-x64.zip" + file64 = "$toolsDir\pulumi-v1.7.0-windows-x64.zip" } Install-ChocolateyZipPackage @packageArgs