From 3f12a8f6cc80787171f716e0049b998430b0393d Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 27 Nov 2019 03:26:23 +0000 Subject: [PATCH] AU: 2 updated - pulumi vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/0e98f0508e251dbbebed8a432ea3cb969e48191f --- automatic/pulumi/legal/VERIFICATION.txt | 4 ++-- automatic/pulumi/pulumi.nuspec | 2 +- automatic/pulumi/tools/chocolateyinstall.ps1 | 2 +- automatic/vlc-nightly/legal/VERIFICATION.txt | 6 +++--- automatic/vlc-nightly/vlc-nightly.json | 2 +- automatic/vlc-nightly/vlc-nightly.nuspec | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/pulumi/legal/VERIFICATION.txt b/automatic/pulumi/legal/VERIFICATION.txt index 9674b062cf..471727ab12 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: 4128A44BD636F7498E2E0C92E23167F84A5505E880D3CEF2414185F3B58857BC + checksum64: 400D479F2D8F9C1D28E6F72FE9C576D2A50C957745A14EF639DFE9BCD496FCCB File 'LICENSE.txt' is obtained from diff --git a/automatic/pulumi/pulumi.nuspec b/automatic/pulumi/pulumi.nuspec index f25cdfaa70..42c8a31643 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.0 + 1.6.1 Maurice Kevenaar diff --git a/automatic/pulumi/tools/chocolateyinstall.ps1 b/automatic/pulumi/tools/chocolateyinstall.ps1 index b01b3bec41..fac122bc59 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.0-windows-x64.zip" + file64 = "$toolsDir\pulumi-v1.6.1-windows-x64.zip" } Install-ChocolateyZipPackage @packageArgs diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index 047c9640c7..b3e7e4c961 100644 --- a/automatic/vlc-nightly/legal/VERIFICATION.txt +++ b/automatic/vlc-nightly/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191126-0512/vlc-3.0.9-20191126-0512-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191126-0834/vlc-4.0.0-20191126-0834-dev-win64.exe to download the installer. @@ -15,11 +15,11 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 39F1E6F5398B06853A0A7523F3771FB34C006AE4DF0FD82F00335C0109226688 + checksum64: 71D417A6754D24A0D274E8B254F9FAE5AD3F0F1CEE24D97C099F0A587072B0C3 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191126-0512/vlc-3.0.9-20191126-0512-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191126-0834/vlc-4.0.0-20191126-0834-dev-win64.exe File 'LICENSE.txt' obtained from: https://git.videolan.org/?p=vlc.git;a=blob_plain;f=COPYING;hb=HEAD diff --git a/automatic/vlc-nightly/vlc-nightly.json b/automatic/vlc-nightly/vlc-nightly.json index 30e3512a3a..2342c5f598 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { "3.0": "3.0.9.20191126", - "4.0": "4.0.0.20191125" + "4.0": "4.0.0.20191126" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 7e77d8b18a..c3d8a14a18 100644 --- a/automatic/vlc-nightly/vlc-nightly.nuspec +++ b/automatic/vlc-nightly/vlc-nightly.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 3.0.9.20191126 + 4.0.0.20191126 Maurice Kevenaar