From 3817bf050308566f05144be061542875703ea21b Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 24 Jan 2024 05:17:01 +0000 Subject: [PATCH] AU: 2 updated - iobit-uninstaller vlc-nightly [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/4e178f6d7f641ef0920433465b744f9255a1d580 --- automatic/iobit-uninstaller/info | 2 +- automatic/iobit-uninstaller/iobit-uninstaller.nuspec | 2 +- automatic/iobit-uninstaller/tools/chocolateyInstall.ps1 | 2 +- automatic/vlc-nightly/legal/VERIFICATION.txt | 6 +++--- automatic/vlc-nightly/vlc-nightly.json | 2 +- automatic/vlc-nightly/vlc-nightly.nuspec | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/iobit-uninstaller/info b/automatic/iobit-uninstaller/info index 148171989..d03955b3f 100644 --- a/automatic/iobit-uninstaller/info +++ b/automatic/iobit-uninstaller/info @@ -1 +1 @@ -"2498818966"|13.2.0.5 \ No newline at end of file +"972699707"|13.3.0.2 \ No newline at end of file diff --git a/automatic/iobit-uninstaller/iobit-uninstaller.nuspec b/automatic/iobit-uninstaller/iobit-uninstaller.nuspec index 8cbd2239d..93aa9aa16 100644 --- a/automatic/iobit-uninstaller/iobit-uninstaller.nuspec +++ b/automatic/iobit-uninstaller/iobit-uninstaller.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 13.2.0.5 + 13.3.0.2 Maurice Kevenaar diff --git a/automatic/iobit-uninstaller/tools/chocolateyInstall.ps1 b/automatic/iobit-uninstaller/tools/chocolateyInstall.ps1 index 660a582f9..ac7bcf554 100644 --- a/automatic/iobit-uninstaller/tools/chocolateyInstall.ps1 +++ b/automatic/iobit-uninstaller/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://cdn.iobit.com/dl/iobituninstaller.exe' -$checksum = 'E262B964F0E2FC7E5DE89F2496D212337636FF3D2F05A00A99A4F8B176559829' +$checksum = '55998BDB9D1F1920180244C3F3B3256978FD14CDFCE7A952B4B5F61A4043FE0B' $checksumType = 'sha256' . $toolsDir\helpers.ps1 diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index 9ce113ad3..dd41a8d6e 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/20240124-0220/vlc-3.0.21-win64-50acae2b.exe + x64: https://artifacts.videolan.org/vlc/nightly-win64/20240124-0431/vlc-4.0.0-dev-win64-221deb14.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: A42BADEB6DB6580C86EE0B17FAF955BDF343193FE4E1CBA01226B582823A4A02 + checksum64: 9FE46E91121E1D90CC11363384CA2D496F8F70FF9FCBCA9B4671F9425D960791 Using AU: - Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20240124-0220/vlc-3.0.21-win64-50acae2b.exe + Get-RemoteChecksum https://artifacts.videolan.org/vlc/nightly-win64/20240124-0431/vlc-4.0.0-dev-win64-221deb14.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 a8907f782..6e792e67d 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { "3.0": "3.0.21.20240124", - "4.0": "4.0.0.20240123" + "4.0": "4.0.0.20240124" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index e497e3fb8..02a435bc5 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.20240124 + 4.0.0.20240124 Maurice Kevenaar