diff --git a/automatic/pulumi/legal/VERIFICATION.txt b/automatic/pulumi/legal/VERIFICATION.txt index 20f5bef0dd..636b87f0cf 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: 41D95F8B8AA57EB6D26A3E8C4C72645AC7C751BA489486A7C97F51FC48AE108E + checksum64: DE813F42C3C6B6F4657D3C0A577E4DED1A342A7D42E7878636CDE30499F90238 File 'LICENSE.txt' is obtained from diff --git a/automatic/pulumi/pulumi.nuspec b/automatic/pulumi/pulumi.nuspec index 96dfbe98ca..b8c2e904b8 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.1 + 1.3.4 Maurice Kevenaar diff --git a/automatic/pulumi/tools/chocolateyinstall.ps1 b/automatic/pulumi/tools/chocolateyinstall.ps1 index bfb61b900b..1873bfb12a 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.1-windows-x64.zip" + file64 = "$toolsDir\pulumi-v1.3.4-windows-x64.zip" } Install-ChocolateyZipPackage @packageArgs diff --git a/automatic/wifiinfoview/tools/chocolateyInstall.ps1 b/automatic/wifiinfoview/tools/chocolateyInstall.ps1 index 85ba164ad7..c780822d1a 100644 --- a/automatic/wifiinfoview/tools/chocolateyInstall.ps1 +++ b/automatic/wifiinfoview/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'http://www.nirsoft.net/utils/wifiinfoview.zip' -$checksum = '49c3bfdc7676c0a49a47ed031a22c45dcc13e0fc6abb08dedf14e13a9ddf771b' +$checksum = '46e5bbaca54462992923dd5e3ea1fe3c3d4403e98dd9d0132b67e05b5484f633' $checksumType = 'sha256' $packageArgs = @{ diff --git a/automatic/wifiinfoview/wifiinfoview.nuspec b/automatic/wifiinfoview/wifiinfoview.nuspec index d78e2dfd5d..9500035e6e 100644 --- a/automatic/wifiinfoview/wifiinfoview.nuspec +++ b/automatic/wifiinfoview/wifiinfoview.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 2.47 + 2.50 Maurice Kevenaar