From f8cc39178a74a008f47e8176a0a0093bc9f986fe Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 10 Mar 2022 03:15:16 +0000 Subject: [PATCH] AU: 1 updated - vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/bab804236b734836990ef8c8feb89ec2fba52603 --- 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 075ed68cce..a3e6da7564 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/nightly-win64/20220309-0432/vlc-4.0.0-dev-win64-d64976fd.exe + x64: https://artifacts.videolan.org/vlc-3.0/nightly-win64/20220310-0220/vlc-3.0.17.2-win64-c4ab31d5.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: 275AFD2954CC57C3F38C11B7539D6979385C96922BA5BA8B9A7D791B3C81EAAC + checksum64: C284059AF785ED13DDAB616DB4EBEF1FD15B80B4DAB2F72D9447886F44C9236F Using AU: - Get-RemoteChecksum https://artifacts.videolan.org/vlc/nightly-win64/20220309-0432/vlc-4.0.0-dev-win64-d64976fd.exe + Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20220310-0220/vlc-3.0.17.2-win64-c4ab31d5.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 aae70fc9d1..9779892cf4 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.17.220220309", + "3.0": "3.0.17.220220310", "4.0": "4.0.0.20220309" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 954981a607..ae1af65ef3 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.20220309 + 3.0.17.220220310 Maurice Kevenaar