From 9972dd2f88e8d30226deb6fecc59c4bd9bf800bf Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 15 Dec 2024 00:18:21 +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 eb8fe739f05..07ed80da4f3 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6896.0-snapshots", + "snapshots": "133.0.6897.0-snapshots", "stable": "131.0.6778.140" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index fd782c2a6ef..f8033ed18cd 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6896.0-snapshots + 133.0.6897.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index b871a0c86c7..fc1c8a225a0 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: F88EE6D52916643284D30EF113ECA0E44FBB05B5CB01FB1A24821AA556FDDF91 + checksum64: C7D4E4F6BCC1D6221D25C893216BB911FBE9014D7328F715C03C3D97F607AE74 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index ce2b0265723..34c909652ed 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 = '133.0.6896.0-snapshots' +$version = '133.0.6897.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/1396343/mini_installer.exe' - checksum = '1C63564A95CCF67A64F8CBA20ADD6C90E67191241DCAFA1ED2437EF6502718BF' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1396407/mini_installer.exe' + checksum = '23E4D2EC5932EA427968BC6BB7A9271B8283AA2FE72F482C9791C68A293DCE3B' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 4557ef66c83..b6d2c4193aa 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: 51A01AC944E1F0B04B2782AC266B7E76C4459C6B912D7BAABC1A3C0A0F4EF90C - checksum64: C139AD113CCEBBE270E7A631B5F34283AD87BE0F3A44F8C6074E1D0A7010EF32 + checksum32: CFF2BEE3ADF32D7B149845AF2E22263199B89CED37F105384D4F2FE96F574403 + checksum64: E95A9F5AEF3BABF1AB0FAAFD1CC28866B0084176D8EB1C3E5A8224E8C321A1E0 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 47919f29904..cf49866c53c 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.0924_x86.zip" - file64 = "$toolsDir\gvim_9.1.0924_x64.zip" + file = "$toolsDir\gvim_9.1.0927_x86.zip" + file64 = "$toolsDir\gvim_9.1.0927_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 941dff6a511..71233171dbb 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0924 + 9.1.0927 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.