From 6b229331de6c378f3da786d4567f84c3b8536346 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 8 Oct 2019 06:27:06 +0000 Subject: [PATCH] AU: 1 updated - vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/07648b1a2b5c8502bfbb4ac9812fae3bcdb4cb9e --- 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 74ca6b3d8..d683d351b 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-20191007-0838/vlc-4.0.0-20191007-0838-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191008-0510/vlc-3.0.9-20191008-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: 004ABA99610E3EB27B8C4769784E79FD2CC9874A3830750A81688604B5A5D90C + checksum64: 4B89EB944EB7EB27EAC69B993AC6E536AC49ED72AFD44E9410E77911B73764F2 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191007-0838/vlc-4.0.0-20191007-0838-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191008-0510/vlc-3.0.9-20191008-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 778357818..1fadd05a4 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20191007", + "3.0": "3.0.9.20191008", "4.0": "4.0.0.20191007" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 52ce630d7..636ac23b2 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.20191007 + 3.0.9.20191008 Maurice Kevenaar