From a77a85df89477e3d91566e57c22f37dd78f4c3f9 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 4 Dec 2022 00:14:12 +0000 Subject: [PATCH] AU: 3 updated - chromium mp3tag vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/285de12d8e5cec8554159c7b6296960b567b71f9 --- automatic/chromium/chromium.json | 4 ++-- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/mp3tag/legal/VERIFICATION.txt | 8 ++++---- automatic/mp3tag/mp3tag.nuspec | 2 +- automatic/mp3tag/tools/ChocolateyInstall.ps1 | 4 ++-- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 1c479cf21fd..13522b4b7c6 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "110.0.5456.0-snapshots", - "stable": "108.0.5359.72" + "snapshots": "110.0.5457.0-snapshots", + "stable": "108.0.5359.95" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index ddacc33d799..4893ee03a31 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 110.0.5456.0-snapshots - Chromium Snapshots + 108.0.5359.95 + Chromium chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index fd91fbda482..c862e54a323 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors 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: E1E059501D89069DEEEF0F732EEC8859C66C97ED93BB37FBA3504DE705B4610B - checksum64: FE017B5949943BCE69B9BE971837854C6FA22DA6BF9A593B8C5F0CAB37EBB799 + checksum32: 5BE190F8B7301FDA26BF9839F4562BB8A649F64121358A43043518DB862D2B23 + checksum64: 2BAFF175A42BFD0D1E102462A6F9C2277672AA760CAC5E86503E0CA4EF312908 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 0d76349aa98..c010326e4a5 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "110.0.5456.0-snapshots" +$version = "108.0.5359.95" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/mp3tag/legal/VERIFICATION.txt b/automatic/mp3tag/legal/VERIFICATION.txt index 9fb3c877628..9e9d57348d2 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: 475EE8495D588A92D4CE6000210E5E8C34DD81D777CB99B465B1DD6A67745997 - checksum64: F6F121D31C2AFBD0CA4B7E7B4CAF6F4B14CDDB1850E6C1E4B920069926125CAF + checksum32: EE9C9730DA2F1A1674E305B04E4A5650B28EE52989E57235C7660E4720346F86 + checksum64: 86A4E64E679727FA2DBA10BAC4BAC8ADF76CAC1586A052A46F1D397B01D9816A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mp3tag/mp3tag.nuspec b/automatic/mp3tag/mp3tag.nuspec index ddbffee03d5..051f58ac1f1 100644 --- a/automatic/mp3tag/mp3tag.nuspec +++ b/automatic/mp3tag/mp3tag.nuspec @@ -3,7 +3,7 @@ mp3tag - 3.18.4-beta + 3.18.5-beta Mp3tag chocolatey-community Florian Heidenreich diff --git a/automatic/mp3tag/tools/ChocolateyInstall.ps1 b/automatic/mp3tag/tools/ChocolateyInstall.ps1 index 6edd9f6ba58..e231fd337c9 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\mp3tagv318dsetup.exe" - file64 = "$toolsPath\mp3tagv318d-x64-setup.exe" + file = "$toolsPath\mp3tagv318esetup.exe" + file64 = "$toolsPath\mp3tagv318e-x64-setup.exe" silentArgs = "/S" validExitCodes = @(0) } diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index ec62a8de85f..8dc08d2b207 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 3B3739D15CABCED2F7670361F2DC35D68797BCF1A1036E4EE6BBF45F45FA7DA5 - checksum64: 0D6F7F77D492030C849B45868197EEFDC134191D1E89D7C6D02263BB4B086A43 + checksum32: 8F7613F0A8FC66820F2BD63EBE1C9FF930ED1D4A081CAE69E76C4CEBBEAD95AC + checksum64: 49833CBF7D82F4B4E48A824E87C8B072CC382E1A3C44E0560123D52F36C6C921 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index f0434f6e3cb..f5b7f8d122d 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_9.0.0995_x86.zip" - file64 = "$toolsDir\gvim_9.0.0995_x64.zip" + file = "$toolsDir\gvim_9.0.1000_x86.zip" + file64 = "$toolsDir\gvim_9.0.1000_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 54dac58056f..3ca613b1bf9 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.0995 + 9.0.1000 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.