diff --git a/automatic/rocrail/rocrail.nuspec b/automatic/rocrail/rocrail.nuspec index 115f7fff4..afc29279d 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.125 + 1.126 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index 805ec1f23..bf37a8fc8 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-125-win32.exe' -$checksum32 = '6e41fee32d5ddbb3692e61a16f31405ea26bd732ca9ef1e312c7a02836a8a8ab' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-126-win32.exe' +$checksum32 = 'd6641a2231f0bfa6e9420d8d75649af2ca72940e8f61712159d47e4c3276e2c0' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-125-win64.exe' -$checksum64 = 'c60be4f3fcc5cd107599b7ff0c8ba051ff44284c58bc948aecf104665ad9c995' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-126-win64.exe' +$checksum64 = '3397b38eb7081687c52f2db7b62703d4ea41edb6aea7d3d7feb578fcbc5a4c20' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index a8616a8e3..860d1df3d 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-3.0.9-20191026-0511/vlc-3.0.9-20191026-0511-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191027-0508/vlc-4.0.0-20191027-0508-dev-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: 9DC81A730C6F328830E2133F4D6DD871BF5BCB95A5DBD9015D240D8A65C283EE + checksum64: 00B528026FB9DEF0375802D80A240AE4C7A859F1BDB1A3E79230B766B285BD4E Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191026-0511/vlc-3.0.9-20191026-0511-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191027-0508/vlc-4.0.0-20191027-0508-dev-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 67b569ab0..22e424a65 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { "3.0": "3.0.9.20191026", - "4.0": "4.0.0.20191025" + "4.0": "4.0.0.20191027" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index ae7bc3d6e..d99a8b51b 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 - 3.0.9.20191026 + 4.0.0.20191027 Maurice Kevenaar