From 05b11ccb58c6d632487087e0d7f3c425f7c7b31b Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 11 Jun 2024 00:20:27 +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 | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- 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 a4840d5efea..5ad1a320e06 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "127.0.6532.0-snapshots", + "snapshots": "127.0.6533.0-snapshots", "stable": "125.0.6422.142" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 628368e8e9f..90d9a5c858b 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 127.0.6532.0-snapshots + 127.0.6533.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 9f5b79f4d22..9ca089dd188 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-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 - checksum64: B44FF7455F318460CC7309BF5B8FC98CC0418FB7AFF6D2BB55F377D264E57C24 + checksum64: 3F4E6080B97C4329A1E4AA4B85FE9ED2C3AA1A10D9FB3EA18579B003069FEB22 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index ecbce1a7378..93bd9291355 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '127.0.6532.0-snapshots' +$version = '127.0.6533.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1312636/mini_installer.exe' - checksum = '768B8A9D9A92C68AAFC95A5E13E39A3B02BDF82A2DCDC63EB724729794A42AA1' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1312997/mini_installer.exe' + checksum = '34C9523B63E8E121B1980FB78A61BE498D165AA4C79E0CFDC5714061B1DB1BA3' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index f5cb9d6493e..0d96259879d 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: 5A101A0A3AEC88FD0BD72A18B0F667488F3EDEBA9042EA8DBEE6401F0E77B5A9 - checksum64: 4B5B56F6B35D29A69CBFF67D45F05F1BA66D36CD037C0214DDC5E4BC5D48974F + checksum32: 624DE64217D5C44CBE88CD8CCF59AA97A710DFD5C7A813052236DAB7A4EBC941 + checksum64: 38E3EEEFA8824432A58FC44E24E51A4A55F5255714B402856D85C529D27366F7 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index a493a0cfd53..3ac775963be 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.0472_x86.zip" - file64 = "$toolsDir\gvim_9.1.0472_x64.zip" + file = "$toolsDir\gvim_9.1.0474_x86.zip" + file64 = "$toolsDir\gvim_9.1.0474_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index c37618565bf..ba97166b9bc 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0472 + 9.1.0474 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.