Skip to content

Commit

Permalink
AU: 2 updated - blender sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 1, 2021
1 parent 57ee484 commit 082ed46
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/blender/blender.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>blender</id>
<version>2.93.3</version>
<version>2.93.4</version>
<title>Blender</title>
<owners>chocolatey-community, Redsandro</owners>
<authors>Blender Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/blender/legal/VERIFICATION.txt
Expand Up @@ -7,13 +7,13 @@ location on <https://www.blender.org/download/> (the listed mirrors may differ f
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://mirror.clarkson.edu/blender/release/Blender2.93/blender-2.93.3-windows-x64.msi>
64-Bit software: <https://mirror.clarkson.edu/blender/release/Blender2.93/blender-2.93.4-windows-x64.msi>
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
checksum64: 454497648CD05D45F0F21EA55D5B8B644DBE6325F355A7AAEA6189E2389ACF32
checksum64: 7385B146F81756C6878745E7BE9435B3422FB15AAEEFC3D93F0217AEE85338FA

The file 'LICENSE.txt' has been obtained from <http://download.blender.org/release/GPL3-license.txt>
2 changes: 1 addition & 1 deletion automatic/blender/tools/chocolateyInstall.ps1
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'blender'
softwareName = 'Blender'
fileType = 'msi'
file64 = "$toolsPath\blender-2.93.3-windows-x64.msi"
file64 = "$toolsPath\blender-2.93.4-windows-x64.msi"
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2021.8.18</version>
<version>2021.9.1</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = 'd8eb98f0920cf66b6ef6e87b2946e522a6aee98e28151f4a0c9209ceafd38aff'
checksum = 'feb1b49634b674c74d65d5d32eb14c6f023913f14e875af5f58da11909e64d0f'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand Down

0 comments on commit 082ed46

Please sign in to comment.