From f5448056bbf9ce4f784cf91a2dc258c8bee83863 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 23 Dec 2019 06:26:16 +0000 Subject: [PATCH] AU: 2 updated - rocrail vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/35a5a4533af0d04bd64f1b049146111f16847fc9 --- automatic/rocrail/rocrail.nuspec | 2 +- automatic/rocrail/tools/chocolateyinstall.ps1 | 8 ++++---- automatic/vlc-nightly/legal/VERIFICATION.txt | 6 +++--- automatic/vlc-nightly/vlc-nightly.json | 2 +- automatic/vlc-nightly/vlc-nightly.nuspec | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/rocrail/rocrail.nuspec b/automatic/rocrail/rocrail.nuspec index 5a94c158e..c24398ccc 100644 --- a/automatic/rocrail/rocrail.nuspec +++ b/automatic/rocrail/rocrail.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.312 + 1.314 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index a8f37587d..329e47798 100644 --- a/automatic/rocrail/tools/chocolateyinstall.ps1 +++ b/automatic/rocrail/tools/chocolateyinstall.ps1 @@ -1,11 +1,11 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-312-win32.exe' -$checksum32 = 'fb45b36bd7b5027507efe140595e2b342f4fed2245f708ec1cfd38a73c9a96ee' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-314-win32.exe' +$checksum32 = '6a1e05843545521a41a78af9a740cced85db3492feeae6551fc848c01c05118b' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-312-win64.exe' -$checksum64 = 'a11888d0713b9ca14b27fe72bba5de1c6e43c873054da5c768eed7b341132b2d' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-314-win64.exe' +$checksum64 = '8bcd7f52201422ef4849a0a729d3d2ed09bb1c83d6dfab50e8e9740c1f3d98fa' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index b1113bc81..d7b7046b1 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-4.0.0-20191222-0832/vlc-4.0.0-20191222-0832-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191223-0514/vlc-3.0.9-20191223-0514-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: AF7C0A0CA947F98B4FF31EB1BDFDCBF0E0EF29010C1D2FA8969D51255E86049B + checksum64: BB929844E2BC9508C4D3B9D16750535D3A3057E21031201D162332D2AA9C2953 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191222-0832/vlc-4.0.0-20191222-0832-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191223-0514/vlc-3.0.9-20191223-0514-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 cd476d952..7ad9897e3 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20191221", + "3.0": "3.0.9.20191223", "4.0": "4.0.0.20191222" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index c21796ee2..9c3c75e19 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 - 4.0.0.20191222 + 3.0.9.20191223 Maurice Kevenaar