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 Sep 16, 2022
1 parent 815ee65 commit de81183
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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": "158.3.4496-beta",
"beta": "158.3.4523-beta",
"stable": "157.4.4801"
}
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>157.4.4801</version>
<version>158.3.4523-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 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 = '157.4.4801'
$version = '158.3.4523'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20157.4.4801%20Offline%20Installer.x86.exe'
checksum = '159197e308273a0350cfb18bebe63440490dc4c435e8f0c8b0f43bd22ac11f5c'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20158.3.4523%20Offline%20Installer.x86.exe'
checksum = 'f591aabe6f3361d0b315d1a507671e1b4f14a6621d6b9765e3e8a7e21c8d4d5b'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit de81183

Please sign in to comment.