diff --git a/automatic/rocrail/rocrail.nuspec b/automatic/rocrail/rocrail.nuspec index 50e993825..41fe7d300 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.288 + 1.292 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index ee52f77d8..9e0986fa6 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-288-win32.exe' -$checksum32 = '0c83374e19df210262d3a1732b313ae5970f25e84febc0f660b21bac38b29bd2' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-292-win32.exe' +$checksum32 = 'e8ebe39918ab8d5bcb26dd92071c3256232392cb2dd17fbfccb46e3749b23ca8' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-288-win64.exe' -$checksum64 = 'e7ceb3e05e9673ffffcec4ba705fb5349994f41a85c87092df90ecae5202cc3d' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-292-win64.exe' +$checksum64 = '25b17269f7c1acde7084e00b9599bf3c428509b8c7b5b32d908d206bf8fd2578' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index 16a97082d..4de68d164 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-20191213-0832/vlc-4.0.0-20191213-0832-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191214-0513/vlc-3.0.9-20191214-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: 2087EB5E50EB467CA61409592E28E745329AFF72C7F1F33E83E21CF8DF9CFA4C + checksum64: B8922C6F5FA77ED2E2163BC499AA698B75BB856E13B4301DD893D2FA81D4F3A3 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191213-0832/vlc-4.0.0-20191213-0832-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191214-0513/vlc-3.0.9-20191214-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 5334e5ff1..4db8c33fa 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20191213", + "3.0": "3.0.9.20191214", "4.0": "4.0.0.20191213" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 53c5b9467..0051a120c 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.20191213 + 3.0.9.20191214 Maurice Kevenaar