diff --git a/automatic/blender/blender.nuspec b/automatic/blender/blender.nuspec index 738dad61b92..ebe3decc9c8 100644 --- a/automatic/blender/blender.nuspec +++ b/automatic/blender/blender.nuspec @@ -3,7 +3,7 @@ blender - 2.93.3 + 2.93.4 Blender chocolatey-community, Redsandro Blender Foundation diff --git a/automatic/blender/legal/VERIFICATION.txt b/automatic/blender/legal/VERIFICATION.txt index c29ae1bb6fa..a466c074625 100644 --- a/automatic/blender/legal/VERIFICATION.txt +++ b/automatic/blender/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors may differ f and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 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 diff --git a/automatic/blender/tools/chocolateyInstall.ps1 b/automatic/blender/tools/chocolateyInstall.ps1 index 041a31267e1..7ad283e4075 100644 --- a/automatic/blender/tools/chocolateyInstall.ps1 +++ b/automatic/blender/tools/chocolateyInstall.ps1 @@ -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) } diff --git a/automatic/sysinternals/sysinternals.nuspec b/automatic/sysinternals/sysinternals.nuspec index d4144fa01b1..280f9a62b70 100644 --- a/automatic/sysinternals/sysinternals.nuspec +++ b/automatic/sysinternals/sysinternals.nuspec @@ -4,7 +4,7 @@ sysinternals Sysinternals - 2021.8.18 + 2021.9.1 Mark Russinovich, Bryce Cogswell chocolatey-community, Rob Reynolds Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications. diff --git a/automatic/sysinternals/tools/chocolateyInstall.ps1 b/automatic/sysinternals/tools/chocolateyInstall.ps1 index 20d286165ad..6cbfbf73766 100644 --- a/automatic/sysinternals/tools/chocolateyInstall.ps1 +++ b/automatic/sysinternals/tools/chocolateyInstall.ps1 @@ -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 }