diff --git a/automatic/rocrail/rocrail.nuspec b/automatic/rocrail/rocrail.nuspec index 02677f7de9..0a8d7e1d20 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.344 + 1.349 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index 360b2eb893..77e0afd52a 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-344-win32.exe' -$checksum32 = 'cd195fe2b6c069666ac27d3d9c6347afba85e0b97f7aacec70952426cfffe1ce' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-349-win32.exe' +$checksum32 = '0aebdc94804670ff369b32f7d8bce21bcbc1b11c7d210ece74b459c30573cb9d' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-344-win64.exe' -$checksum64 = 'e3a00b69e7f80d3d066d363a58344d134b778e1f890931d7f121e150479b0a19' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-349-win64.exe' +$checksum64 = 'f62e7bbfaf8328d946057f146ff8dace2de0938f19ad5c11dd98b3ade2918183' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index b70a8b5fef..b2c17d703f 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-20200103-0832/vlc-4.0.0-20200103-0832-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20200104-0513/vlc-3.0.9-20200104-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: A4B09EF322FBBFDA3F115030F7A025AD4916BD6CDD7676A5BBAC03817B86FCE9 + checksum64: 5895373D61FD623A9AA0156366C9D1B89F45D673B70D722680EBC65477CF532B Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20200103-0832/vlc-4.0.0-20200103-0832-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20200104-0513/vlc-3.0.9-20200104-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 4009733e66..d59c9efeaa 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20200103", + "3.0": "3.0.9.20200104", "4.0": "4.0.0.20200103" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index e59ed08a6a..e60ab82f34 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.20200103 + 3.0.9.20200104 Maurice Kevenaar