From 134e235b12c847dcc2fb1cb5389a54bcfd4b8293 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 22 Oct 2019 18:27:36 +0000 Subject: [PATCH] AU: 2 updated - nginx vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/69a34687bfcc9ecc83261780c7cdceee98671faa --- automatic/nginx/legal/VERIFICATION.txt | 4 ++-- automatic/nginx/nginx.nuspec | 2 +- automatic/nginx/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/nginx/legal/VERIFICATION.txt b/automatic/nginx/legal/VERIFICATION.txt index 0c0955aa0..4d10a1b78 100644 --- a/automatic/nginx/legal/VERIFICATION.txt +++ b/automatic/nginx/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: - 32-Bit: + 32-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 - checksum32: F70A06FCAA0EECEE1AF3B39836BDF6C750175DC9E0E3380B07B754F19C284707 + checksum32: 943B7FBC7C2570F4D7674482DED41D5A486BF303184C9A33C6FB76F44742DF16 File 'LICENSE.txt' is obtained from diff --git a/automatic/nginx/nginx.nuspec b/automatic/nginx/nginx.nuspec index fe55c7d5a..bb127f174 100644 --- a/automatic/nginx/nginx.nuspec +++ b/automatic/nginx/nginx.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.17.3 + 1.17.5 Maurice Kevenaar diff --git a/automatic/nginx/tools/chocolateyInstall.ps1 b/automatic/nginx/tools/chocolateyInstall.ps1 index 1c8af3a72..3b09c8790 100644 --- a/automatic/nginx/tools/chocolateyInstall.ps1 +++ b/automatic/nginx/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $pp = Get-PackageParameters $arguments = @{ packageName = $env:chocolateyPackageName - file = "$toolsDir\nginx-1.17.3.zip" + file = "$toolsDir\nginx-1.17.5.zip" destination = if ($pp.installLocation) { $pp.installLocation } else { Get-ToolsLocation } port = if ($pp.Port) { $pp.Port } else { 80 } serviceName = if ($pp.NoService) { $null } elseif ($pp.serviceName) { $pp.serviceName } else { 'nginx' } diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index 3e6996fac..81149d49f 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-20191022-0511/vlc-3.0.9-20191022-0511-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191022-1441/vlc-4.0.0-20191022-1441-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: C3331311E0870FE5ADAC0F69E51C626E13467B33C9CE524B13A0BC694E3A4169 + checksum64: 4C861395715F8BDB81F60DFB8C13716A31720DC382DE62228658489F29C2B8D8 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191022-0511/vlc-3.0.9-20191022-0511-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191022-1441/vlc-4.0.0-20191022-1441-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 afb4017cd..e554e07d5 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { "3.0": "3.0.9.20191022", - "4.0": "4.0.0.20191017" + "4.0": "4.0.0.20191022" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 45a56e2c0..4e21ab63b 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.20191022 + 4.0.0.20191022 Maurice Kevenaar