From 24005b200125211565b03806768a58f81e6f6254 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Fri, 20 Sep 2019 06:27:48 +0000 Subject: [PATCH] AU: 2 updated - rocrail vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/e7e5e06b372175680d474ad128bbb05a42cf7375 --- 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 baa9ace88..95bb34379 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.15959 + 0.15969 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index 9f684a7c4..055575ee8 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-15959-win32.exe' -$checksum32 = '1ed5da280ebed28d54bfe2c3b536a4845634d46e7bd91c9f59b756c6386d788e' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15969-win32.exe' +$checksum32 = '39e7cb752a6c3ddc48d13c54502048fc71bfec4fe67b670169cdf72589112124' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15959-win64.exe' -$checksum64 = '8f958017e60b0a39435e929f6a4000b21350005d95d8203dce44ec4b7659b955' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15969-win64.exe' +$checksum64 = 'be166156ac0f3414bfa062f733988bcbf8419f6b6c3bd829b1a41231273b83e0' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index c2aaa5d0e..486a32a8f 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-20190919-0834/vlc-4.0.0-20190919-0834-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20190920-0511/vlc-3.0.9-20190920-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: 624C1A25AEFD7B80D2F79F60305195E9E718E87A6FABD04C5E42AF03546B3787 + checksum64: 32C9B5B803B19D18BDECEB2CDEA5853C67AAAE9C68CD0BF12254D0502C6CD803 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20190919-0834/vlc-4.0.0-20190919-0834-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20190920-0511/vlc-3.0.9-20190920-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 b4465638d..4bce618a2 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20190919", + "3.0": "3.0.9.20190920", "4.0": "4.0.0.20190919" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 8eadfd553..022add01c 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.20190919 + 3.0.9.20190920 Maurice Kevenaar