Skip to content

Commit

Permalink
Manual update Blender to 2.78b stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Redsandro committed Feb 18, 2017
1 parent 09b18cd commit 419c7f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automatic/blender/blender.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>blender</id>
<version>2.78</version>
<version>2.78.1</version>
<title>Blender</title>
<owners>chocolatey</owners>
<owners>Redsandro,chocolatey</owners>
<authors>Blender Foundation</authors>
<licenseUrl>https://www.blender.org/about/license/</licenseUrl>
<projectUrl>https://www.blender.org</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/blender/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $packageArgs = @{
fileType = 'msi'
softwareName = 'Blender'

checksum = '42681299b9eb169200314dee2c0969d1acc10b8d05981b0c64f4690609cd0b3f'
checksum64 = 'd9ef1e058d4170c7d58e461480f705a197f695a753754dc30e2e88b6b249dc6a'
checksum = 'f31f2af341d447ead18ca4b42b438db01d1f54a576ec8d86d619d5e604322436'
checksum64 = 'c942270486b92479bcdd78a9ae2da6d96e9b49545155695b41619d9896b63018'
checksumType = 'sha256'
checksumType64 = 'sha256'
url = 'http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78a-windows32.msi'
url64 = 'http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78a-windows64.msi'
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'

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

0 comments on commit 419c7f8

Please sign in to comment.