diff --git a/automatic/rocrail/rocrail.nuspec b/automatic/rocrail/rocrail.nuspec index ee7cb4b92..9d8338663 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.307 + 1.311 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index 12162da4c..4951e790e 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-307-win32.exe' -$checksum32 = 'e8f176e5dccf8ae7f312a439667721187db866b6612f364eabc1e4c05f26c44c' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-311-win32.exe' +$checksum32 = '8ac384805e558f5f6ce3bd997b78dc43ec9f2caf7255228610789a28ff5b89f1' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-307-win64.exe' -$checksum64 = '2ef13a92bf6396fb2fabc7c4577754718e3990fca41b10540fa1a3ab89a91074' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-311-win64.exe' +$checksum64 = '0bb5adffb8b9a34cbdb8046c3e3349db8c4f702eb14b9d443ea09a74d06ecc82' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index dfe985ecd..ce8b4cf5e 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-20191218-0832/vlc-4.0.0-20191218-0832-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191219-0514/vlc-3.0.9-20191219-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: A95C20AA96F5A6FF64BE3C919FA8AAFF993C757F69CCDE138A8E4DE9516F6D9A + checksum64: 5240C78F348BC5CB75AAC2D21BBAB0A0F03BAF221A1F6D5CDE14389B871C24AC Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191218-0832/vlc-4.0.0-20191218-0832-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191219-0514/vlc-3.0.9-20191219-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 25bbf1992..873737cc7 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20191218", + "3.0": "3.0.9.20191219", "4.0": "4.0.0.20191218" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index e8a94793a..d81a3193a 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.20191218 + 3.0.9.20191219 Maurice Kevenaar