From 8510b3afed24459b4a043695c12bc3cc0327e21b Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 26 Apr 2022 03:15:21 +0000 Subject: [PATCH] AU: 2 updated - mysql.workbench vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/42ad24bd985a3f7b92b229f8efc214871b0c0d61 --- automatic/mysql.workbench/mysql.workbench.nuspec | 2 +- automatic/mysql.workbench/tools/chocolateyInstall.ps1 | 4 ++-- automatic/vlc-nightly/legal/VERIFICATION.txt | 6 +++--- automatic/vlc-nightly/vlc-nightly.json | 2 +- automatic/vlc-nightly/vlc-nightly.nuspec | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/mysql.workbench/mysql.workbench.nuspec b/automatic/mysql.workbench/mysql.workbench.nuspec index 0ac2e4af9..ddcc514f8 100644 --- a/automatic/mysql.workbench/mysql.workbench.nuspec +++ b/automatic/mysql.workbench/mysql.workbench.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 8.0.28 + 8.0.29 Maurice Kevenaar diff --git a/automatic/mysql.workbench/tools/chocolateyInstall.ps1 b/automatic/mysql.workbench/tools/chocolateyInstall.ps1 index 45da57af9..608ac20d0 100644 --- a/automatic/mysql.workbench/tools/chocolateyInstall.ps1 +++ b/automatic/mysql.workbench/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-8.0.28-winx64.msi' -$checksum = '5a4a83e3dd20a07f89f85e85438a82230d0f3e8910735724dd325907dffd5d2a' +$url = 'https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-8.0.29-winx64.msi' +$checksum = '5fe2274298a35a51d06e1d262ac4e15132c7919176744e4fc2a5be71f8eb2931' $checksumType = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index fcd17e5d5..f6eb1fe92 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/20220425-0421/vlc-4.0.0-dev-win64-3ee0fd64.exe + x64: https://artifacts.videolan.org/vlc-3.0/nightly-win64/20220426-0219/vlc-3.0.17.3-win64-1eaadd70.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: DAF930CEBB5BFCEB0A9616AD1DBD68719E22D273AE4991C5C9902F497DFA7CD2 + checksum64: D9194220BA267508D5FE2EC6230068BEE04B16C0A2C312458F270736ED127CAF Using AU: - Get-RemoteChecksum https://artifacts.videolan.org/vlc/nightly-win64/20220425-0421/vlc-4.0.0-dev-win64-3ee0fd64.exe + Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20220426-0219/vlc-3.0.17.3-win64-1eaadd70.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 69d2bdbff..439cd0af6 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.17.320220425", + "3.0": "3.0.17.320220426", "4.0": "4.0.0.20220425" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 3e8210a65..a449ab187 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.20220425 + 3.0.17.320220426 Maurice Kevenaar