Skip to content

Commit

Permalink
AU: 2 updated - blender dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 17, 2023
1 parent 837a87e commit e5b7c41
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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>4.0.0</version>
<version>4.0.1</version>
<title>Blender</title>
<owners>chocolatey-community, Redsandro</owners>
<authors>Blender Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/blender/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = 'blender'
softwareName = 'Blender'
fileType = 'MSI'
url64bit = 'https://download.blender.org/release/Blender4.0/blender-4.0.0-windows-x64.msi'
checksum64 = 'c1b8bb8907a329da200bf0d457748f3da86c2d1a204bbcd0be3bccde7e056ef0'
url64bit = 'https://download.blender.org/release/Blender4.0/blender-4.0.1-windows-x64.msi'
checksum64 = '766720d77757e54b0795a77163a07c80cd4ab1520f4fb8964f6220997c8f1bba'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "188.3.6042-beta",
"beta": "188.3.6074-beta",
"stable": "187.4.5691"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>187.4.5691</version>
<version>188.3.6074-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '187.4.5691'
$version = '188.3.6074'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20187.4.5691%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20187.4.5691%20Offline%20Installer.x64.exe'
checksum = '0eadb93995ecd402bcaf084350c86faea289a4b379f43e41a0f216c280995b30'
checksum64 = 'bdaa67c8d8e8e5821232e41c75a7535e30954c69ab5fe01a63dfbdf9d2192f5c'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20188.3.6074%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20188.3.6074%20Offline%20Installer.x64.exe'
checksum = '386bdf100c4ecc2eb1fe6bf90820adfc3a13b590c5e4b71e5c4317e0c0fc6a19'
checksum64 = '4186d726b88c5a57f8a2ab8ed9859e7fd01685a5205683f6ef357abed2baab02'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down

0 comments on commit e5b7c41

Please sign in to comment.