From 7a63f1cba6c8f20dae30e47e67d23957d74ac093 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 25 Sep 2023 05:16:38 +0000 Subject: [PATCH] AU: 1 updated - vlc-nightly [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/d11c321aa677fc092e1f5d7f03ae98b49076e136 --- 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 b0a7c6d62..df311a345 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/20230925-0311/vlc-3.0.19-win64-56529098.exe + x64: https://artifacts.videolan.org/vlc/nightly-win64/20230925-0427/vlc-4.0.0-dev-win64-11756131.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: 3AA6BDFB7EC7DAFFDBAB80754894FD626D7442780AD31A11785CB1FDA19B0F14 + checksum64: A3D6FC1AAA1841094DCDA815BA4D42EB3FD3B5D54427A9756F4C23E7AE39A212 Using AU: - Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20230925-0311/vlc-3.0.19-win64-56529098.exe + Get-RemoteChecksum https://artifacts.videolan.org/vlc/nightly-win64/20230925-0427/vlc-4.0.0-dev-win64-11756131.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 aa15ea048..114630da2 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { "3.0": "3.0.19.20230925", - "4.0": "4.0.0.20230924" + "4.0": "4.0.0.20230925" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 7d9cd0dfd..cbb795ab2 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.19.20230925 + 4.0.0.20230925 Maurice Kevenaar