diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index ae933d0b3c4..5e31774b75e 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "129.0.6643.0-snapshots", + "snapshots": "129.0.6644.0-snapshots", "stable": "127.0.6533.100" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index c6f59494862..dd23f56bb85 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 129.0.6643.0-snapshots + 129.0.6644.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 17502223d2e..66d7b48141e 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: 05C54A1BD619C937C127E50202BF28EF30A0BEEAB5550F9E9031ECF1761765EB + checksum64: 9B7B6E9591E074AF4C72E40CB3444612581DE05006DAE71B56C1E4177D64853D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index e2ec385af2c..bff8d03acdc 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 = '129.0.6643.0-snapshots' +$version = '129.0.6644.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/1338356/mini_installer.exe' - checksum = '50EC69B54F254B4AC57F344A4E763F9500C618F98276CDFAE04137E5C3011A3B' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1338732/mini_installer.exe' + checksum = '72380F08C3C50C9D886F3EA96FBD23DC597548F922C8A0F1B1B95EA9DEC238A5' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 36b7aa1834f..3f4d4c5433a 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: 3BDFB47570368159787ADBFA654D791950ADFFE59D3BB21F7B866095A6A12310 - checksum64: 0A9F2D92B84B85678BF776E334D904EA9D68A370885D7C7838F547FDD6013A26 + checksum32: BB1416959DC58194BE246126725F6387FEF85D90E900BCD9CAC8A5FB986B2A5A + checksum64: 09F9A040117C7C44E1B3F1CC7E3012BA6D8D7345262DF46E5FB559C04A1AADF9 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 27e6f4b2b1c..5e9e736dddd 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.0663_x86.zip" - file64 = "$toolsDir\gvim_9.1.0663_x64.zip" + file = "$toolsDir\gvim_9.1.0664_x86.zip" + file64 = "$toolsDir\gvim_9.1.0664_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 0e6482b8d86..24d71b73f66 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0663 + 9.1.0664 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.