diff --git a/automatic/rocrail/rocrail.nuspec b/automatic/rocrail/rocrail.nuspec index f0dd88ec0..85b60e234 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.424 + 1.426 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index a17347971..4475c6f67 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-424-win32.exe' -$checksum32 = 'f1e74d852dfa6b2909081c1a698f30dd0d46c7af24403995aec155d64e16a8cc' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-426-win32.exe' +$checksum32 = 'fe84ea4920149c4b27e5556e67a276f708b6e060a5895383d9d40a1d99b8ce17' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-424-win64.exe' -$checksum64 = '2c9f57f1d73811f1bec404e2535cb35df6a77f3f8771cc6a1a8c868ded297ed7' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-426-win64.exe' +$checksum64 = '325b7c2952442be13badae657c98ee6fbbc081f91eaf83103d53bccb5cdc0ce5' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index f53c95c6c..a511d6516 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-20200123-0832/vlc-4.0.0-20200123-0832-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20200124-0515/vlc-3.0.9-20200124-0515-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: 4EB9B1AD7C4549C6B519AC3793799E67ECBCC96FBFE55AB8104D3CD41BCB1F01 + checksum64: 86971268F8D163FA4221228363448FBCF1A0899B83640D671509D26DE296AA28 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20200123-0832/vlc-4.0.0-20200123-0832-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20200124-0515/vlc-3.0.9-20200124-0515-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 24188e8ac..a82fc578f 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20200122", + "3.0": "3.0.9.20200124", "4.0": "4.0.0.20200123" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 7f3692cf3..6435bfcf1 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.20200123 + 3.0.9.20200124 Maurice Kevenaar