From 30f885caaac1e4b6eed52b14ac48dd44a249a62d Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 18 Nov 2024 00:19:20 +0000 Subject: [PATCH] AU: 2 updated - chromium vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/12f95a17fd2bfbf02860c9c872259fb1a5ed890c --- 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 4d61e1d6daf..6b8b1ba968e 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6843.0-snapshots", + "snapshots": "133.0.6844.0-snapshots", "stable": "131.0.6778.70" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 7e05b88eae4..387042554ca 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6843.0-snapshots + 133.0.6844.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 7714fcac13d..05d077c70cf 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: D45215F80A0619C02A26F3EF575D718BFCC9C271E90642CAD8234593EF7527C7 + checksum64: C7E1C94EB25536F1202E636439C1D255FE3762DA911460DFECD02D1F261691AF The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 3d93d605cdb..4991bba69d5 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.6843.0-snapshots' +$version = '133.0.6844.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/1384079/mini_installer.exe' - checksum = 'FC39EEFB9AA3CC2B7E1280AD7A64518DF4CCC55B343F34953E7E6179323CC8A7' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1384117/mini_installer.exe' + checksum = '320840239BAF6DA7267609C75FDF67DC83B305620A55F57D4C686C6208EDF1E6' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index e2653931743..607237cbb10 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: 57700C5C6FE5FA37821A110A9EDA9E5C5F98BFAEEB852D7CF4A2A3054438A932 - checksum64: 9298CF7FA9CF8D053EE1B9C0BB82D9CC7D3FF5DC3D7DD992AC799AEDE98DF3FC + checksum32: 9D11CE4C25E256CCBFAF8A7F3756F311E01E10CF580B7B7949EA1DB1FABC7802 + checksum64: BB439DF0E05A0AD5BD2C9D7D72D3737DFF49E9946F7EA599189375DA468CC9E2 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index b3e4a01ee06..0c685d39522 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.0867_x86.zip" - file64 = "$toolsDir\gvim_9.1.0867_x64.zip" + file = "$toolsDir\gvim_9.1.0869_x86.zip" + file64 = "$toolsDir\gvim_9.1.0869_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 5a79f0cbd69..fc6c5167f98 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0867 + 9.1.0869 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.