From 69e1a8dbd60ab9cb785b1f33817c974705fab0c4 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 13 Jun 2022 12:14:24 +0000 Subject: [PATCH] AU: 4 updated - mp3tag Opera vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/208cdcade36ba3b0a0ffd16ef3568063ddf7d3c9 --- automatic/mp3tag/legal/VERIFICATION.txt | 8 ++++---- automatic/mp3tag/mp3tag.nuspec | 2 +- automatic/mp3tag/tools/ChocolateyInstall.ps1 | 4 ++-- automatic/opera/opera.nuspec | 4 ++-- automatic/opera/tools/chocolateyInstall.ps1 | 10 +++++----- .../tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/automatic/mp3tag/legal/VERIFICATION.txt b/automatic/mp3tag/legal/VERIFICATION.txt index 850b617e309..f60c5763e76 100644 --- a/automatic/mp3tag/legal/VERIFICATION.txt +++ b/automatic/mp3tag/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 0C98FD97FD0FD808DC294CF0FBDEE2BCAE96B45AB8A832F2FD8E7D1435B34D95 - checksum64: 9BF5D267AA8D8F82A6CFA282A1AE74CBE828BD0B2DD8FDAA8E215B44DAEB1620 + checksum32: EA16F848C012B96B3A0B319610030D54467859B059B3E0FC8E69626536EA0186 + checksum64: 8EFBE4BB6520620516991EA619A44CE2AF5483E10536F9E010D21722F9B9E48D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mp3tag/mp3tag.nuspec b/automatic/mp3tag/mp3tag.nuspec index 5e76054453d..1b374491c3d 100644 --- a/automatic/mp3tag/mp3tag.nuspec +++ b/automatic/mp3tag/mp3tag.nuspec @@ -3,7 +3,7 @@ mp3tag - 3.16 + 3.16.1-beta Mp3tag chocolatey-community Florian Heidenreich diff --git a/automatic/mp3tag/tools/ChocolateyInstall.ps1 b/automatic/mp3tag/tools/ChocolateyInstall.ps1 index f14b640ac39..d5524afccc1 100644 --- a/automatic/mp3tag/tools/ChocolateyInstall.ps1 +++ b/automatic/mp3tag/tools/ChocolateyInstall.ps1 @@ -24,8 +24,8 @@ New-Item $iniFile -type file -force -value $iniContent $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\mp3tagv316setup.exe" - file64 = "$toolsPath\mp3tagv316-x64-setup.exe" + file = "$toolsPath\mp3tagv316asetup.exe" + file64 = "$toolsPath\mp3tagv316a-x64-setup.exe" silentArgs = "/S" validExitCodes = @(0) } diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index 9c006037455..8505f56e258 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 88.0.4412.27 + 88.0.4412.40 Opera chocolatey-community Opera @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`. For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'` ]]> The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer. - https://blogs.opera.com/desktop/changelog-for-88/#b4412.27 + https://blogs.opera.com/desktop/changelog-for-88/#b4412.40 browser opera cross-platform internet admin https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index c1eb86825ed..895bb966f3d 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://get.geo.opera.com/pub/opera/desktop/88.0.4412.27/win/Opera_88.0.4412.27_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/88.0.4412.27/win/Opera_88.0.4412.27_Setup_x64.exe' - checksum = 'dbf99ffeed97321982f1bd45d2b0efd0fc53cc4f9d8d9e0da6c724b24fc08761' - checksum64 = '2ce52a1fda018c8748a234e77a6a8f64306078b547bb3fadabc50d8f59624394' + url = 'https://get.geo.opera.com/pub/opera/desktop/88.0.4412.40/win/Opera_88.0.4412.40_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/88.0.4412.40/win/Opera_88.0.4412.40_Setup_x64.exe' + checksum = '2bba1fcaafb0b33c34b1c061729e0afe7012cf6964a3704b69e65471757fe6f7' + checksum64 = 'e167c1c75676f822c10b58fde36baf6ac2970700ee6640470903ea32d68628b9' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '88.0.4412.27' +$version = '88.0.4412.40' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index e5ae05de194..f15b66480ad 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/ab6ba241145bb81c8bc0f323453bbec45fd66109/VSCodeSetup-ia32-1.69.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/ab6ba241145bb81c8bc0f323453bbec45fd66109/VSCodeSetup-x64-1.69.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/53130238b422606ffcd616126fb8c6c81c6e4436/VSCodeSetup-ia32-1.69.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/53130238b422606ffcd616126fb8c6c81c6e4436/VSCodeSetup-x64-1.69.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '9682d8dab0b87d4a29a47b4d18c3c9928de3010d7ce71ec4277a66ef6503c9d6094a2821bff92b5e7492cdff0536c8ffd2c2c4a5817bb7300a03e88184664671' + checksum = 'bc3964acaf99de9fdc284e77af3ad09a28edb50c5b65a05a3071f16b141705a99137aae945bd7a6c65797f3ba029ed3cafbc69ae6b126690d44d1aa2d6cdab59' checksumType = 'sha512' - checksum64 = 'c3ddd49e9e08d344035201b276246ba51fb0ad71c1db73d8ebb579b78dfe0c06b9d309f1e3f7b05d5b8fb0b623857589b1a5780802b2ad36547fdcd98c3a3470' + checksum64 = '9b933608d302f495b8322c41499121e1b913c2beeba18d9f9da92bf728b9ff70071985b3471bffcc87c0cbdcd6ee759dcea2fcde509e235a31de8def16504e6b' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index 61d7fb36f9d..a4021d3cd19 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.69.0.20220610 + 1.69.0.20220613 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index a50a9803d01..02612d1a11e 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.69.0.20220610 + 1.69.0.20220613 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features