Skip to content

Commit

Permalink
AU: 2 updated - blender GoogleChrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 7, 2022
1 parent d575e26 commit 003baca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/blender/blender.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>blender</id>
<version>3.3.1</version>
<version>3.4.0</version>
<title>Blender</title>
<owners>chocolatey-community, Redsandro</owners>
<authors>Blender Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/blender/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = 'blender'
softwareName = 'Blender'
fileType = 'MSI'
url64bit = 'https://download.blender.org/release/Blender3.3/blender-3.3.1-windows-x64.msi'
checksum64 = 'eee74eb6e31661b007a156807e3948f5dcadd3a2a0f2952fb9476d762de53f7e'
url64bit = 'https://download.blender.org/release/Blender3.4/blender-3.4.0-windows-x64.msi'
checksum64 = 'bbd6518d7bd39e8f28a6f21c4103ff1ad337105853120c3c33ebea7569a7df0c'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
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>108.0.5359.95</version>
<version>108.0.5359.99</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google Inc.</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 = '108.0.5359.95'
$version = '108.0.5359.99'
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/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '7762e57e37ef11ebe75012ed520585b096099c30c2a533ab45691c38abdc9996'
checksum64 = 'f99755b41cfeb5289802fe163f871d5f9de7da10f02067816534bae7e09ab8b5'
checksum = '203010808aa15c1fef1d44990cfbfe2d1065aafa2c5a91c789cfc0b88dab1a3c'
checksum64 = 'de93850965fa8e1bf5969f57cb2e3c82323a30da57fa5c3249fbf5b34f1a7502'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 003baca

Please sign in to comment.