Skip to content

Commit

Permalink
AU: 1 updated - dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 2, 2023
1 parent 9669400 commit a967542
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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": "176.3.5024-beta",
"beta": "176.3.5042-beta",
"stable": "175.4.5569"
}
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>175.4.5569</version>
<version>176.3.5042-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 = '175.4.5569'
$version = '176.3.5042'

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%20175.4.5569%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20175.4.5569%20Offline%20Installer.x64.exe'
checksum = '240f337c534888ff17bcf816abad93f25edb5a0cb5610964362a9e63080f389a'
checksum64 = '76dd58df3807c38bbd98912c3f95fde870daa81b30b986d8ca14fa684fe7eca9'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20176.3.5042%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20176.3.5042%20Offline%20Installer.x64.exe'
checksum = '6fd783bf041ac6abedd0a489a3955072377d3f27a5622f8cb2cce80d0629df64'
checksum64 = '4411a23b02665a40ec47533d71e72c3db37289eef7581ad89fa60b10e9d602e9'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down

0 comments on commit a967542

Please sign in to comment.