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 Nov 10, 2023
1 parent 363313b commit 54df420
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": "187.3.5638-beta",
"beta": "187.3.5654-beta",
"stable": "186.4.6207"
}
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.3.5638-beta</version>
<version>187.3.5654-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.3.5638'
$version = '187.3.5654'

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.3.5638%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20187.3.5638%20Offline%20Installer.x64.exe'
checksum = 'f5d2b58a94db114d0216e2f7fc786d3c51a2d6175825efb08313859bf4d1f5b4'
checksum64 = '5c475900eae9d4f9ec8ef89f58d8f56a161bcf4a7fa501515dc34eeb1fdb65b7'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20187.3.5654%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20187.3.5654%20Offline%20Installer.x64.exe'
checksum = '50e46c8d227836fe7dad2458f5a08b4868138c68fa483ff3aa81e3c5e2c6d8b1'
checksum64 = '2f6908b3a4bafc1dd8ece2c651565ebb13da80813cdfc2ab001d00a0573e2e37'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down

0 comments on commit 54df420

Please sign in to comment.