From 41b1008da2c3fe1524c5b3f62e0346249aa261c3 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 4 Apr 2024 04:20:12 +0000 Subject: [PATCH] AU: 1 updated - vlc-nightly [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/3e27eb9cf2a26eede4e1d9e041c13dedd274e358 --- 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 e9d5698584..2fada13866 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/20240403-0220/vlc-3.0.21-win64-6142a908.exe + x64: https://artifacts.videolan.org/vlc-3.0/nightly-win64/20240404-0222/vlc-3.0.21-win64-6142a908.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: A79DDE9A97585AEABDCBEED55232EB151CABE577B7F557B1F37D2729B31D5FDC + checksum64: 1C37F26424C9FD0014C97EF55E40E2D77B3FD0F2214116BCBA9B0F0811CB8E2F Using AU: - Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20240403-0220/vlc-3.0.21-win64-6142a908.exe + Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20240404-0222/vlc-3.0.21-win64-6142a908.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 532197c534..a2d3ed6e73 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.21.20240403", + "3.0": "3.0.21.20240404", "4.0": "4.0.0.20240328" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index ec1ec7a14a..7f4b6afdd9 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.21.20240403 + 3.0.21.20240404 Maurice Kevenaar