From 9224b90dbf78ab76700d3a396ae5b07a9f5ada04 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 31 Dec 2019 06:26:13 +0000 Subject: [PATCH] AU: 2 updated - rocrail vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/89aece03aebc24053c8142900a480061d77f2646 --- 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 11d8ba5b4..78ce03ae7 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.337 + 1.338 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index dbe027f65..b7a5e274c 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-337-win32.exe' -$checksum32 = '40380254372a4c32b5ccd4e6e0eb2d1e7ed72a35d9f4f5a4e420b566195e4fd6' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-338-win32.exe' +$checksum32 = '802d4a5912ddcd0bb04ab5ed467684106fe65945432a7a10e2004d5d71f87809' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-337-win64.exe' -$checksum64 = '2c9c71b92db3d08e0f2cb4f7e52ac754234a47cdc2dd692b809acde7f68fcfd8' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-338-win64.exe' +$checksum64 = 'ce1c26ee4e0352048c2b552a375882f43639c6ff6e238cc9745c393a8fac2450' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index 4b8471aa1..cad317db5 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-20191230-0832/vlc-4.0.0-20191230-0832-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191231-0513/vlc-3.0.9-20191231-0513-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: 258EA4506290BC909872A816CA16541A9B9FF139436F069AA22DAEDF25CFBF9B + checksum64: 44A51FFA55E199DCD615FB627604BA5D170253F5DB17A6661AB548FBDE1EA6E3 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191230-0832/vlc-4.0.0-20191230-0832-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191231-0513/vlc-3.0.9-20191231-0513-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 4f298843b..5de314e3e 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20191229", + "3.0": "3.0.9.20191231", "4.0": "4.0.0.20191230" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 2e724a5b1..bc28e11a6 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.20191230 + 3.0.9.20191231 Maurice Kevenaar