From c0b3c13253b5aaa9c7449295672cf0b424bdb602 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 24 Oct 2019 06:26:36 +0000 Subject: [PATCH] AU: 2 updated - rocrail vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/4e544b30bc9947faafdf941c743ea2f9cbe9fc4c --- 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 d15feb2bc..bc60b54d2 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.117 + 1.120 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index 987f1ab7c..9b8d0bf9e 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-117-win32.exe' -$checksum32 = '5ce3c8145bee18f6b4478fcfe23c81f55c7015571a88025864cda524f1dc5640' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-120-win32.exe' +$checksum32 = 'cbb84f614cdb383a8eef469862ffa25319ec936fb2b4fb96d129b721472d271d' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-117-win64.exe' -$checksum64 = '860889f9c55ab384b6e9439eb16a6772dc63eee07e6cd7784d836f71666b1d4f' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-120-win64.exe' +$checksum64 = '6ca5fc331b8fb53d016d5002dfbea19116130224fa6c9a8af628e5d072a24317' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index e752c403d..6e446f5e5 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-20191023-0834/vlc-4.0.0-20191023-0834-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191024-0511/vlc-3.0.9-20191024-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: 09AC9926D1EA819EE1DBADC7FE825CDB202DDF17C5083936A62B5568920E1AEE + checksum64: E9EF6A9ACDC7A10CFE0916DB8BC34DD4465E0EEB828CF406EA75D8ADC484C621 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191023-0834/vlc-4.0.0-20191023-0834-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191024-0511/vlc-3.0.9-20191024-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 31650c71c..50361c751 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20191023", + "3.0": "3.0.9.20191024", "4.0": "4.0.0.20191023" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index e3b821c02..460f289c3 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.20191023 + 3.0.9.20191024 Maurice Kevenaar