Skip to content

Commit

Permalink
AU: 1 updated - blender
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 7, 2019
1 parent 5f73ece commit e5fbf4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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>2.81</version>
<version>2.81.1</version>
<title>Blender</title>
<owners>chocolatey, Redsandro</owners>
<authors>Blender Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/blender/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.81/blender-2.81-windows64.msi>
64-Bit software: <https://mirror.clarkson.edu/blender/release/Blender2.81/blender-2.81a-windows64.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: EAEDD2879A09603256D7D7954CA9D138FFE6F52BEAD151F033B3F769CD98A938
checksum64: 016571F9AECF6EE93DFC7BA28250C95496537C1BE67918008D41864A18F341B7

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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'blender'
softwareName = 'Blender'
fileType = 'msi'
file64 = "$toolsPath\blender-2.81-windows64.msi"
file64 = "$toolsPath\blender-2.81a-windows64.msi"
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
}
Expand Down

0 comments on commit e5fbf4c

Please sign in to comment.