Skip to content

Commit

Permalink
AU: 4 updated - chromium GoogleChrome selenium-chromium-edge-driver vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 31, 2024
1 parent 7f6a9d2 commit 6b4ec31
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "127.0.6511.0-snapshots",
"snapshots": "127.0.6512.0-snapshots",
"stable": "125.0.6422.113"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>127.0.6511.0-snapshots</version>
<version>127.0.6512.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1307880/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1308255/mini_installer.exe>
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: D33C470AEA6039E4EA3A757DB61888CAA02D77DB0E6682CF17DD92347DFCC088
checksum64: A18403D26DFEB34DAB41529EE5D640E1A4493FE9DEFEBB89521B18CBC4542DA3

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '127.0.6511.0-snapshots'
$version = '127.0.6512.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1307880/mini_installer.exe'
checksum = 'AC5DC9091BE50E23E12F3393FB50CA7729D6EF3A653C3A8E853493D4BC261AA7'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1308275/mini_installer.exe'
checksum = 'DA7551AE6B39F2B297B9366C9E841A887F238C94174474201EF6C975799E83AD'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>125.0.6422.113</version>
<version>125.0.6422.142</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '125.0.6422.113'
$version = '125.0.6422.142'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = 'e5515e229482b86192a2cc1fe41c506a9450c2fd9d7f9570c5d6ce394acf84b9'
checksum64 = 'c2fed7c0fb10cb366e0efd22de248380ceaf7a61f8070efa55e7158b1186f78f'
checksum = '5dddc4ba7fdfdcd3eca29564109266e7e5eb9becb2100584672f319c0526b73e'
checksum64 = '63e7c55e0f7f3d53710aacbeb969e970ed92ef1ac47bedf2ed95866d97fb09a3'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>selenium-chromium-edge-driver</id>
<!-- Do not touch the version, it will be updated automatically during the update check -->
<version>125.0.2535.67</version>
<version>125.0.2535.79</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters

$packageArgs = @{
packageName = 'selenium-chromium-edge-driver'
url = 'https://msedgedriver.azureedge.net/125.0.2535.67/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/125.0.2535.67/edgedriver_win64.zip'
checksum = '08633ac7517e2cc7f63a29ea7c45c67601c0a6db0efe401615cdc138e8f070d9'
checksum64 = 'b71cfd6d336521cc23e4a21fad54d592dc248f0be49fe64c7ae554005571657e'
url = 'https://msedgedriver.azureedge.net/125.0.2535.79/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/125.0.2535.79/edgedriver_win64.zip'
checksum = '4b1c7123a2aacc326710f741354ec27e37369f1f586cb016af781e55eabfa736'
checksum64 = '2536651b7f99e1537f1726503083cd0a9d941e0f571222b73208a2137c984366'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0448/gvim_9.1.0448_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0448/gvim_9.1.0448_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0452/gvim_9.1.0452_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0452/gvim_9.1.0452_x64.zip>
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: 52F63120848D3B0157E9C4CEA6AD4FC3D354CB97E0E53FB2D5B5A7F07577B0B9
checksum64: 0DF1053158E03DF060045B10F3239B20CF30B3B327A743B2DD6FD20AA03C229E
checksum32: F146D087406B98979A1E1237611848DA4FD262D7283FB0A9A0449CBD6CB1D065
checksum64: 6D0E2A53B0EC2C3F7B9EDD76D90706A67D43BF6488C637384EE39E37FE78CA80
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.1.0448_x86.zip"
file64 = "$toolsDir\gvim_9.1.0448_x64.zip"
file = "$toolsDir\gvim_9.1.0452_x86.zip"
file64 = "$toolsDir\gvim_9.1.0452_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.1.0448</version>
<version>9.1.0452</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>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.</summary>
Expand Down

0 comments on commit 6b4ec31

Please sign in to comment.