Skip to content

Commit

Permalink
AU: 1 updated - blender
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 19, 2023
1 parent d567510 commit c35030e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6.4</version>
<version>3.6.5</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.6/blender-3.6.4-windows-x64.msi'
checksum64 = '213a558489dcc183258275a79854404a221a77c5531f463bff4f47705099e92d'
url64bit = 'https://download.blender.org/release/Blender3.6/blender-3.6.5-windows-x64.msi'
checksum64 = '8055ce256c68faa3ba7951790e0f7c1c760b7ce9f5f74cc1923264ded0921aed'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit c35030e

Please sign in to comment.