From 192eb3001197d818ffe56fa5c41b21d8c0d45041 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 21 Nov 2019 06:26:41 +0000 Subject: [PATCH] AU: 2 updated - rocrail vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/bf1c98a3ae741d894fbf7404a3d403ecba9787e6 --- automatic/rocrail/rocrail.nuspec | 2 +- automatic/rocrail/tools/chocolateyinstall.ps1 | 8 ++++---- automatic/vlc-nightly/legal/VERIFICATION.txt | 6 +++--- automatic/vlc-nightly/vlc-nightly.json | 2 +- automatic/vlc-nightly/vlc-nightly.nuspec | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/rocrail/rocrail.nuspec b/automatic/rocrail/rocrail.nuspec index b0ad9afa4..e32b6836e 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.210 + 1.211 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index 4c2d51d3c..ae1c46229 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-210-win32.exe' -$checksum32 = 'f7a06c51bd27e86cc0986d1e6ab67c94f7c4e22aab35175588f55fc1558f5430' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-211-win32.exe' +$checksum32 = '0545684f8ebbb5822f895920c41d528de92935e552ca2cca1b37de01523f8a3d' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-210-win64.exe' -$checksum64 = '1a7a3de65e4b99c2d0a3bcbd565a42dc78d509061025b55443efdacd1aacf324' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-211-win64.exe' +$checksum64 = 'fcf9cccc358a1619306b0cf77d96b89a9f02fc379032e9ae26ae78cadf19a62b' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index 9b163cdd1..196af6592 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-20191120-0840/vlc-4.0.0-20191120-0840-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191121-0510/vlc-3.0.9-20191121-0510-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: 2A318914DBD22689694BAEB7E91C7D456A01102F16F05889E255614B65022E53 + checksum64: B7A7D046D533EB06FD85B385C58D259F21129BA5107561704B3BAC3E4CB134ED Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191120-0840/vlc-4.0.0-20191120-0840-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191121-0510/vlc-3.0.9-20191121-0510-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 23f579925..84379d7ab 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20191120", + "3.0": "3.0.9.20191121", "4.0": "4.0.0.20191120" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index b125a6bd8..4c04854a7 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.20191120 + 3.0.9.20191121 Maurice Kevenaar