From 8c37f99afb655a5f0a46f71a9efaacbd30d628df Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 17 Dec 2019 09:26:25 +0000 Subject: [PATCH] AU: 1 updated - vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/899a1ab83e3d394dac3647d6c4d06c606967b6a1 --- automatic/vlc-nightly/legal/VERIFICATION.txt | 6 +++--- automatic/vlc-nightly/vlc-nightly.json | 2 +- automatic/vlc-nightly/vlc-nightly.nuspec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index e4990e315..552d1b073 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-3.0.9-20191217-0513/vlc-3.0.9-20191217-0513-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191217-0835/vlc-4.0.0-20191217-0835-dev-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: 345ED28F608A560F7DBA1A05F4E01533BD9092379FB111751975A2A923451EB3 + checksum64: 5877F834F1DB6EFD3945A209E12D71B160A8799329457DA7E924EC5296E224A8 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191217-0513/vlc-3.0.9-20191217-0513-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191217-0835/vlc-4.0.0-20191217-0835-dev-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 b9d446c5c..2f091f901 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { "3.0": "3.0.9.20191217", - "4.0": "4.0.0.20191216" + "4.0": "4.0.0.20191217" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index a28b40d55..1d12ad0f3 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 - 3.0.9.20191217 + 4.0.0.20191217 Maurice Kevenaar