diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 12b3e127ba2..3930b1d3b43 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "108.0.5306.0-snapshots", + "snapshots": "108.0.5307.0-snapshots", "stable": "105.0.5195.102" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index b8f34871c3d..e82b3aecb37 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 108.0.5306.0-snapshots + 108.0.5307.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 3f06e36882e..ec762045c9f 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: 356BD9CDA47210BFCC73F1DD8916132994BAA0D18C7CD3C0A7913D3C2F7148BC - checksum64: 2D57D202CE3EF69C7230AD04C816D5808D742331E2FEAA0EAB601B9D8EB58AB9 + checksum32: 06EC6D970D6BA422EC8A808A66C107B1D2749DBC37E71DAB60FA71A3215BE5E9 + checksum64: 10669815BCF1DA0C118F3C1FE6F74F570473161A54A004897F235FBB11374EBA The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 053a0bbbbf7..d7e0c2f43f2 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 = "108.0.5306.0-snapshots" +$version = "108.0.5307.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 b8618e03c70..30bf1b8e322 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: 58E4DAE0BE721B98A17A0FDA72945AE0A201E1B6A2EC6D7E2B45DC0F9412496F - checksum64: 422B5F98C1629509D48ADA758D302F20C9185601528C17ADE0AB8E76A332BFB9 + checksum32: 39AA5BAB5072C58DD84F4ADDA248124D467CA72F0FAFF07B7632E4D6F7E11FF2 + checksum64: 96E9BA172E7F05229E07E61ED767EBE5B1B234613B975E70722380338E7B949B diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 6b49fe551b4..f2162a32708 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.0.0483_x86.zip" - file64 = "$toolsDir\gvim_9.0.0483_x64.zip" + file = "$toolsDir\gvim_9.0.0494_x86.zip" + file64 = "$toolsDir\gvim_9.0.0494_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 4f25e3053a8..f7aabd3b62e 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.0483 + 9.0.0494 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.