Skip to content

Commit

Permalink
AU: 6 updated - googlechromebeta nexus-repository selenium-chromium-e…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 5, 2023
1 parent 03bfe08 commit fd31dbf
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
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>118.0.5993.32-beta</version>
<version>118.0.5993.54-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google LLC.</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 = '118.0.5993.32-beta'
$version = '118.0.5993.54-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 = 'b97f46c23e885b383bd3a6221e1d8a5416fdb20cf400931cfbbd5f308a60f58f'
checksum64 = '38671d09bc4208b53892a57b3351871aac230efc34ed63d69ab7a216428413e9'
checksum = '556012aed60d4d1b9155d3ad28e3a721aab1ed8ac0e268da61f18cd7e1542953'
checksum64 = '38b834d4b63aa67ca121082e96de860e16cc33d7549281f764be2275f43a4df0'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/nexus-repository/nexus-repository.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>nexus-repository</id>
<title>Nexus Repository OSS</title>
<version>3.60.0.02</version>
<version>3.61.0.02</version>
<authors>Sonatype</authors>
<owners>chocolatey-community,DarwinJS</owners>
<summary>Free open source version of popular Nexus Repository for binary artifacts including first class Nuget support.</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/nexus-repository/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (Get-OSArchitectureWidth 32) {
throw "Sonatype Nexus Repository 3.0 and greater only supports 64-bit Windows."
}

$Version = '3.60.0-02'
$Version = '3.61.0-02'
$NexusVersionedFolder = "nexus-$Version"
$TargetFolder = "$env:ProgramData\nexus"
$ExtractFolder = "$env:TEMP\NexusExtract"
Expand Down Expand Up @@ -55,8 +55,8 @@ if (Test-Path "$ExtractFolder") {
$PackageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $ExtractFolder
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.60.0-02-win64.zip'
checksum64 = '1fb1831e097c6dcfd7b78ad5913013e3ab25fb21dd14c9c7ff871fb6e358d081'
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.61.0-02-win64.zip'
checksum64 = 'ea0aac881f3219d34ee6fd714fc6a65d69777e692a332a05b5a37f0021a360b7'
checksumType64 = 'SHA256'
}

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>117.0.2045.47</version>
<version>117.0.2045.55</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/117.0.2045.47/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/117.0.2045.47/edgedriver_win64.zip'
checksum = '7cde61741d4af72cf878081d8efb8203ce0decf17d1dca405723aa208e38107b'
checksum64 = 'a5067f4f235fb018737800245a114d73222eccba87b213d4135398efc6abb0c0'
url = 'https://msedgedriver.azureedge.net/117.0.2045.55/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/117.0.2045.55/edgedriver_win64.zip'
checksum = '969649123d5de9932e632f303880d4402f2ba80dda3bc049dfecfbd547e03d42'
checksum64 = '4b965940b588b721e8b341b13396f306e5c8d9ca02be7f982e0ed0b6904365ce'
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.0.1976/gvim_9.0.1976_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1976/gvim_9.0.1976_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1984/gvim_9.0.1984_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1984/gvim_9.0.1984_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: BACB7A873560613B994DD9A3BBE727B90ACBAA9CC82BDD286C234F57309E6CFC
checksum64: F2FF970604A6D4B0AEE611276804C9D11F3CD93DF704AE9C9E5F398CF1DE1360
checksum32: 6FDF352B7B1AEF7DD4705A07D99AF93208B4AF528C961462710A37A0E49C2FAB
checksum64: 3ECED87C70DC52C5917D872323871942E486BDFA959A8A8C4298CDC89B3EFF82
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.1976_x86.zip"
file64 = "$toolsDir\gvim_9.0.1976_x64.zip"
file = "$toolsDir\gvim_9.0.1984_x86.zip"
file64 = "$toolsDir\gvim_9.0.1984_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.1976</version>
<version>9.0.1984</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
10 changes: 5 additions & 5 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.82.3'
$version = '1.83.0'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://update.code.visualstudio.com/1.82.3/win32/stable'
url64bit = 'https://update.code.visualstudio.com/1.82.3/win32-x64/stable'
url = 'https://update.code.visualstudio.com/1.83.0/win32/stable'
url64bit = 'https://update.code.visualstudio.com/1.83.0/win32-x64/stable'

softwareName = "$softwareName"

checksum = '31b55f6e3cd23850a4931a0270e9efb89b9344b40e3320ef860d7d3e3f54c957'
checksum = '052b4d25d9ed1e237e4dc58ec3280f16619930227f7f5ec51a898ef0dbcf3e75'
checksumType = 'sha256'
checksum64 = 'b704f7647e0efb2ce8d264e3c75846b11d07491ae6b1d9d140b8d02803b3d9fc'
checksum64 = '507269bb0e9806243088815af19a6aff9a9f18907d88c1a6368f9cba758b0da2'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode.install/vscode.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.82.3</version>
<version>1.83.0</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.82.3</version>
<version>1.83.0</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -45,7 +45,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.82.3]" />
<dependency id="vscode.install" version="[1.83.0]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit fd31dbf

Please sign in to comment.