Skip to content

Commit

Permalink
AU: 5 updated - chromium googlechromebeta php selenium-chrome-driver vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 3, 2022
1 parent 0428215 commit 2bc0db2
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 44 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": "109.0.5397.0-snapshots",
"snapshots": "109.0.5398.0-snapshots",
"stable": "107.0.5304.88"
}
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>109.0.5397.0-snapshots</version>
<version>109.0.5398.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1066315/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1066326/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1066657/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1066707/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
checksum32: C8A6DA5BC5CA0D89BEF840BFADF81179CCC39C71A495EAC43B935D37BA4FC463
checksum64: E373E239D2DB480D2D75BDDFA5354805133548570A436A444E18AE32B9E87A28
checksum32: 951DA169A193DCB92EA462A3F0DAD691FAC1B1B1AB5BDEDEDDF0AC1185070A86
checksum64: 0CBBC19F0235D6DC53D23582B53A99635E712C281B89387F69D04EA3CD4DDA61

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

$version = "109.0.5397.0-snapshots"
$version = "109.0.5398.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.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>googlechromebeta</id>
<version>108.0.5359.22-beta</version>
<version>108.0.5359.29-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/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 = '108.0.5359.22-beta'
$version = '108.0.5359.29-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '8bb39d29d35df8d5981abf7f10b75743d1c668871c164c60d0fb5e59233b3e6f'
checksum64 = 'ed658217063c35cf330dd1c4709b3bd159e2f99fc01cb8940b79b258fdb9dd35'
checksum = 'b95374dc91406b7e4fd47bd163f4f9ae0e3b5ce28c980655afcb56ced70f8659'
checksum64 = '73c151505bce40a5f6577cee75ed1e34808793412a6b5edfce776d6f107f0d0d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ location on <http://windows.php.net/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.12-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.12-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.12-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.12-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.33-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.33-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.33-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.33-nts-Win32-vc15-x64.zip>
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:
checksum32 (threadsafe): E259568FF50BE07E2EEA067792DA0724467641E88655A70D907F564265B3723C
checksum64 (threadsafe): D527B8D2858AC7B9AD917F2D0927BF3B911BC404E55D8842DD423A99F32D4C18
checksum32 (non-threadsafe): 4C947407461448AEC461D706B524026C8380FAF67C7A36EAFA130BB243AB6024
checksum64 (non-threadsafe): DBF95BC61FD342C4B5A086C5A34129D710126B22F74485576367030B3BB97DF1
checksum32 (threadsafe): 6ADCF02C02634F258F6B6B2BB666F22916C9BD986DB2CCAE05ACB9868A35F847
checksum64 (threadsafe): CDBB85B45F38F282F05764CA08648B5F92DB99C75B2FB3848EB4A559F6553B48
checksum32 (non-threadsafe): 3719EFC430C3B82CF809FF1B4BB7D720E388F793B1E1857E4D892C62FA950B68
checksum64 (non-threadsafe): 14AE3250D4447C8CCFC4C45A70D90ADFBCD61E728D85F0BE56A7DDF8F9C8AACE

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
2 changes: 1 addition & 1 deletion automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"5.6": "5.6.40",
"7.2": "7.2.34",
"7.3": "7.3.33",
"7.4": "7.4.32",
"7.4": "7.4.33",
"8.0": "8.0.25",
"8.1": "8.1.12"
}
6 changes: 3 additions & 3 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>8.1.12</version>
<version>7.4.33</version>
<authors>PHP Authors</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
Expand All @@ -29,13 +29,13 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir
<tags>php development programming foss cross-platform admin</tags>
<licenseUrl>http://us.php.net/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.1.12</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-7.php#7.4.33</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
<projectSourceUrl>https://github.com/php/php-src</projectSourceUrl>
<dependencies>
<dependency id="vcredist140" version="14.28.29325.2" />
<dependency id="vcredist140" version="14.16.27012.6" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="chocolatey" version="0.10.0" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-8.1.12-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.1.12-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.1.12-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.1.12-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-7.4.33-Win32-vc15-x86.zip"
filets64 = "$toolsPath\php-7.4.33-Win32-vc15-x64.zip"
filents32 = "$toolsPath\php-7.4.33-nts-Win32-vc15-x86.zip"
filents64 = "$toolsPath\php-7.4.33-nts-Win32-vc15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
6 changes: 3 additions & 3 deletions automatic/selenium-chrome-driver/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://chromedriver.storage.googleapis.com/index.html?path=107.0.5304.62/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=108.0.5359.22/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://chromedriver.storage.googleapis.com/107.0.5304.62/chromedriver_win32.zip>
32-Bit software: <https://chromedriver.storage.googleapis.com/108.0.5359.22/chromedriver_win32.zip>
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: E1EA6A8AE5E123DAF2ADE7200A5D7EDCCD1CFB28C38EC447685F788BAB4ED0DE
checksum32: 5D5B097490FFDF127BE2EACB1FC11277ED44C1E02BB7E4C475577F177F128DCA

File 'LICENSE.txt' is obtained from: https://source.chromium.org/chromium/chromium/src/+/main:LICENSE
3 changes: 2 additions & 1 deletion automatic/selenium-chrome-driver/selenium-chrome-driver.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"104": "104.0.5112.79",
"105": "105.0.5195.52",
"106": "106.0.5249.61",
"107": "107.0.5304.62"
"107": "107.0.5304.62",
"108": "108.0.5359.22"
}
12 changes: 6 additions & 6 deletions automatic/selenium-chrome-driver/selenium-chrome-driver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium-chrome-driver</id>
<version>107.0.5304.62</version>
<version>108.0.5359.22</version>
<title>Selenium Chrome Driver</title>
<authors>Chromium and WebDriver teams</authors>
<owners>chocolatey-community,AdmiringWorm,agabrys</owners>
Expand Down Expand Up @@ -31,11 +31,11 @@ To pass parameters, use `--params "''"` (e.g. `choco install selenium-chrome-dri
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>Chrome Driver is a WebDriver implementation that enables programmatic automation of Chrome products for desktop platforms. It is a part of the Selenium (http://code.google.com/p/selenium) project.</summary>
<releaseNotes>---------ChromeDriver 107.0.5304.62 (2022-10-25)---------
Supports Chrome version 107
Resolved issue 4180: Prohibit any BiDi commands handling until notified that BiDiMapper has started [Pri-]
Resolved issue 4198: ChromeDriver BiDi should not assume that BiDiMapper is always in the first tab [Pri-]
Resolved issue 4207: WebDriver error when running WPT [Pri-1]
<releaseNotes>---------ChromeDriver 108.0.5359.22 (2022-11-02)---------
Supports Chrome version 108
Resolved issue 4204: Fix the failing WPT test_top_level_and_one_child [Pri-]
Resolved issue 4215: Rename chromedriver_mac64_m1 build to chromedriver_mac_arm64 [Pri-]
Resolved issue 4221: Crash when a click command closes the browser [Pri-]
</releaseNotes>
<copyright>Chromium and WebDriver teams. All Rights Reserved.</copyright>
<tags>selenium-chrome-driver google-chrome driver webdriver testing web-applications freeware foss cross-platform</tags>
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.0.0827/gvim_9.0.0827_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0827/gvim_9.0.0827_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0828/gvim_9.0.0828_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0828/gvim_9.0.0828_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: EF6F52273853B47AF434CF643E098BF21EB9D14E555865407E1E8C8B99D9A018
checksum64: 8BED81953A78A2F5D3EF0733D6149C8BBF76B272E5E06552F1CB6144A6A1C835
checksum32: E3EDB9DD6BF30308F21749BA8938C37495A219666201373085869DBB5151EE1E
checksum64: 52F66AA925C5BA902791926E534E2D1DF5B75C894AAE0C83D108F5BED2AF0552
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.0.0827_x86.zip"
file64 = "$toolsDir\gvim_9.0.0827_x64.zip"
file = "$toolsDir\gvim_9.0.0828_x86.zip"
file64 = "$toolsDir\gvim_9.0.0828_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.0.0827</version>
<version>9.0.0828</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 2bc0db2

Please sign in to comment.