From d77ad1cca8fa17f216a301ccc2e31512683b2d66 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 10 Oct 2019 00:26:18 +0000 Subject: [PATCH] AU: 1 updated - pulumi [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/ce21bac84ce8be1d446c187bb6dae40a93b017a9 --- 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 987588707..5f7920d0e 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: D7388D4AF057163F8350D0EC5F69437FF8FA2191B05BA420B47B86AB54CAA70A + checksum64: A056E2D3F9A2879F375B28C0A9B9CCF3ABB6CF8B1E54E6A3743185629967B4F0 File 'LICENSE.txt' is obtained from diff --git a/automatic/pulumi/pulumi.nuspec b/automatic/pulumi/pulumi.nuspec index c6762b899..de12b070c 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.2.0 + 1.3.0 Maurice Kevenaar diff --git a/automatic/pulumi/tools/chocolateyinstall.ps1 b/automatic/pulumi/tools/chocolateyinstall.ps1 index f32793430..77735486a 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.2.0-windows-x64.zip" + file64 = "$toolsDir\pulumi-v1.3.0-windows-x64.zip" } Install-ChocolateyZipPackage @packageArgs