Skip to content

Commit

Permalink
AU: 3 updated - GoogleChrome nexus-repository vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 3, 2024
1 parent 569f9dc commit be7e973
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
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>123.0.6312.86</version>
<version>123.0.6312.105</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 = '123.0.6312.86'
$version = '123.0.6312.105'
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 = 'a7c26c676c8502aa7b3e43976393334a7e40773d9ca6bf747c7530cfd2c1097d'
checksum64 = 'dc1e28cda8a6e8b443e460b59087076adef23d50c84be18aead4c2a778111219'
checksum = 'd9ef908e44785c8aae7850f90f6384fdd808dd72538332e443fe5dd2b424b9fe'
checksum64 = 'f9f7e6211ff117ba49020b31ab84537f8ccb506ac7b3630d688ecc57613d960e'
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.66.0.02</version>
<version>3.67.0.03</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.66.0-02'
$Version = '3.67.0-03'
$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.66.0-02-win64.zip'
checksum64 = '96f28c96148bf81a30ee7f206eff81592dfcd82a0556218a3ac17956be14a251'
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.67.0-03-win64.zip'
checksum64 = '3316e0f8a29660baa9b763966856ed0467d5cce24188ff4f9dcfee97894240ea'
checksumType64 = 'SHA256'
}

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.0252/gvim_9.1.0252_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0252/gvim_9.1.0252_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0258/gvim_9.1.0258_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0258/gvim_9.1.0258_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: 50107304E4E6661CA11C42D3E66EB64823E9A014281F37DF3EB4830EA96A2AB1
checksum64: 8D2AD5F46782B78A04E772CB7B92E7EC13CD1E0616260E05999603847A67A3F0
checksum32: D3930D2C4F59B7C5C3DD8C08D27965720097573CF609AE43F0CF40B120BF3D18
checksum64: A238FB67A983D591911954E738956BFD41B81BCDB30FFBF42ED2ADAD6467AFE9
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.0252_x86.zip"
file64 = "$toolsDir\gvim_9.1.0252_x64.zip"
file = "$toolsDir\gvim_9.1.0258_x86.zip"
file64 = "$toolsDir\gvim_9.1.0258_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.0252</version>
<version>9.1.0258</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 be7e973

Please sign in to comment.