From 689099fef06978d17838f385e5f6b315f93f9e0b Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 15 Oct 2019 06:27:32 +0000 Subject: [PATCH] AU: 2 updated - rocrail vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/52234f3bfc51d6c75f913b2ac5584da3a4dc021f --- 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 1fbdd27513..5cf911cb2b 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.90 + 1.91 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index e71bdce5ad..dd1639169b 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-90-win32.exe' -$checksum32 = '96a3b6f77cf97bdda6f2507c342995f3751c6de579841fed9ca787cd9c00f767' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-91-win32.exe' +$checksum32 = '98d8711dcf0a140bc3c5c37d35b7582d007f8b40d4bb0eb3c84fd12d51bff968' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-90-win64.exe' -$checksum64 = 'fba17b8b33ae196b30d320240eca4db390181d28d6f0a8051b0d804cdc630071' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-91-win64.exe' +$checksum64 = 'b4b9c0403f3eee0e7fadbe5a352103ce07735fbf81c4e2a1e6574233c2d85ea3' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index 66ae783234..4543541737 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-20191014-0836/vlc-4.0.0-20191014-0836-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191015-0511/vlc-3.0.9-20191015-0511-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: 998CD63EA17EBC8016C2D42B1EB6BF14DF5FCE5F4706558635F09E56BAD5AFE3 + checksum64: 4F9F7153AA707554ECA3C114E02F2B0A6346AC2D04B8654CEEB57519A5E154BE Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191014-0836/vlc-4.0.0-20191014-0836-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191015-0511/vlc-3.0.9-20191015-0511-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 dd074e5171..0f9fd7f473 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20191014", + "3.0": "3.0.9.20191015", "4.0": "4.0.0.20191014" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 28ba7fc7fe..9c88f49d99 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.20191014 + 3.0.9.20191015 Maurice Kevenaar