From ca6bb4ed449f500893b111e5cfaf15dede9d751d Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 31 Oct 2023 03:18:01 +0000 Subject: [PATCH] AU: 1 updated - vlc-nightly [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/c581f164aad94cd1cb294c706bc8a14f61f76b17 --- 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 ba3b16cce..a33934a22 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/20231030-0434/vlc-4.0.0-dev-win64-55fecf72.exe + x64: https://artifacts.videolan.org/vlc-3.0/nightly-win64/20231031-0220/vlc-3.0.20-win64-2617de71.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: BB426D7A881224ECF7A643E43D1E5A8EA55532C1E2F8AE6D15A7FEABCA28479D + checksum64: 0F7E08A9C292BC3C4125EC5E027AC5971466F5EE64260D017640601DFF93B3DD Using AU: - Get-RemoteChecksum https://artifacts.videolan.org/vlc/nightly-win64/20231030-0434/vlc-4.0.0-dev-win64-55fecf72.exe + Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20231031-0220/vlc-3.0.20-win64-2617de71.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 43f9dc5af..b16c8238f 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.19.20231030", + "3.0": "3.0.20.20231031", "4.0": "4.0.0.20231030" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 16152b8f9..88121d78a 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.20231030 + 3.0.20.20231031 Maurice Kevenaar