From 6e129e6f714079efdfcc1d98ac1c5b35bf70c388 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 10 Mar 2024 06:14:11 +0000 Subject: [PATCH] AU: 2 updated - chromium vim [skip ci] --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 1f192661fd7..80b57b693cd 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "124.0.6349.0-snapshots", + "snapshots": "124.0.6350.0-snapshots", "stable": "114.0.5735.199" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index a76615920cd..45ca0a4251f 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 124.0.6349.0-snapshots + 124.0.6350.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 64bed607edb..a2a40f9545c 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: 34B75FECF2C2F8A12E9BD72A167BD62654950B72D6762EE87F43821688B473DA - checksum64: 4C28DCD5D770BF8E23BC5AEF28967CA2D62EF5BD1E292127387EA12F829F8D69 + checksum32: 0C6333FC96808ADB0F0E9BF8B04FCA31A9C616E2FFCA9CAC86BED10A428029BD + checksum64: AB1CCFD1F8CB09F3AB1447495056D13D4F5BF3E7EBB3B5322A270F446C02EB8B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 2ee6a320067..9b7c1e2520a 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 = "124.0.6349.0-snapshots" +$version = "124.0.6350.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index ededaa08b3a..ec56940d028 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: B087A4C1ECD4E8BE65F01F0E697D640207C464C1657F71ADF311AE9B058200B9 - checksum64: DA34AB2F69C7212779D6DCD1C6D0C7CB0A161E12128A6E2398EC95DBA7B29346 + checksum32: F0CF9E6A3B2E0BD8731A93A165CDF2C2C9BB9EE422BA7A5B14AB4EB286FFCC26 + checksum64: 2871DFF45F8EE5C9840323919DF04C221C473EFF88F98FF12A2B6E776FDC91E5 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 28da21aa613..057d36e3118 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.1.0158_x86.zip" - file64 = "$toolsDir\gvim_9.1.0158_x64.zip" + file = "$toolsDir\gvim_9.1.0161_x86.zip" + file64 = "$toolsDir\gvim_9.1.0161_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index d12e3928427..ada250a99ff 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0158 + 9.1.0161 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.