From 4d3aebc9f57d9e95637cbe843254111a323555eb Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 11 Sep 2019 06:26:24 +0000 Subject: [PATCH] AU: 2 updated - rocrail vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/66ff53d120d368d9046bdadcf2b8a944f69b98e8 --- 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 c769157f7..65e4c8ffa 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 - 0.15943 + 0.15946 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index 0b1476ad9..935bfaaf6 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-15943-win32.exe' -$checksum32 = '9e574adcfbf022df6d4309910baea9825c76e941cecfe26b27ad69529b4102bc' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15946-win32.exe' +$checksum32 = 'a8f83a45d6a9ea0493d9cd801ae83bfe0260e21610cd886a9c169e3b3af5d7b3' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15943-win64.exe' -$checksum64 = '37035aae937b9b7571ad276a84045639c4b9825f51c473f8025cf85535de4cd6' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15946-win64.exe' +$checksum64 = '842bd8d4d005e791aed90eb8b7187f216cd5cf9a3653aa1c089df023fe8f6ceb' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index c2b3a187b..3f080e780 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-20190910-0833/vlc-4.0.0-20190910-0833-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20190911-0511/vlc-3.0.9-20190911-0511-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: 4CD75C47BE9BC71D063EDA009689639C7A6799AA7E796C54D939963426F7B627 + checksum64: D073AD4A386EED87C0F2219D46D9919F72166912B844280C3B0047B34523D352 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20190910-0833/vlc-4.0.0-20190910-0833-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20190911-0511/vlc-3.0.9-20190911-0511-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 103f9f8d7..60c3b1068 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20190910", + "3.0": "3.0.9.20190911", "4.0": "4.0.0.20190910" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 562d54992..73b03b86c 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.20190910 + 3.0.9.20190911 Maurice Kevenaar