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 Apr 7, 2017
1 parent 9bc325a commit 19a5c0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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/2010/07/nuspec.xsd">
<metadata>
<id>blender</id>
<version>2.78.1</version>
<version>2.78.2</version>
<title>Blender</title>
<owners>Redsandro,chocolatey</owners>
<authors>Blender Foundation</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/blender/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageArgs = @{
packageName = 'blender'
fileType = 'msi'
softwareName = 'Blender'

checksum = 'f31f2af341d447ead18ca4b42b438db01d1f54a576ec8d86d619d5e604322436'
checksum64 = 'c942270486b92479bcdd78a9ae2da6d96e9b49545155695b41619d9896b63018'
checksum = '43182f504d30074f4ee528e68ff1b0ef85e9e291100db428cee32d457014aeba'
checksum64 = '52e4b13e39fa2175fa95f71bfa043df987aa58ee6ca3ab2a64cd924596577772'
checksumType = 'sha256'
checksumType64 = 'sha256'
url = 'http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78b-windows32.msi'
url64 = 'http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78b-windows64.msi'
url = 'http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78c-windows32.msi'
url64 = 'http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78c-windows64.msi'

silentArgs = '/quiet /norestart'
validExitCodes = @(0)
Expand Down

0 comments on commit 19a5c0a

Please sign in to comment.