From c1629c68849dc2f123312519698614eff9e1467c Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 25 Jan 2022 05:15:15 +0000 Subject: [PATCH] AU: 1 updated - vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/abef0a55a796d9439beec05d31f1823e1cd11d2c --- 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 0e6800240..1431da8f0 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://artifacts.videolan.org/vlc-3.0/nightly-win64/20220125-0220/vlc-3.0.17-win64-97867416.exe + x64: https://artifacts.videolan.org/vlc/nightly-win64/20220125-0427/vlc-4.0.0-dev-win64-a15edfde.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: 1D9AD65ECE87194868DC2EC87FAC0B04ABD2948D2F1E70C9B68DFA9620804903 + checksum64: C847197780B4389E7D595ED853148F1CD380F84C57FC8C63CFE28811659639F8 Using AU: - Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20220125-0220/vlc-3.0.17-win64-97867416.exe + Get-RemoteChecksum https://artifacts.videolan.org/vlc/nightly-win64/20220125-0427/vlc-4.0.0-dev-win64-a15edfde.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 3eaec6370..f0ae400a2 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { "3.0": "3.0.17.20220125", - "4.0": "4.0.0.20220124" + "4.0": "4.0.0.20220125" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 73eacb42a..c7979e3c2 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.17.20220125 + 4.0.0.20220125 Maurice Kevenaar