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 Oct 17, 2022
1 parent fc17eaa commit aebde26
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
@@ -1,4 +1,4 @@
{
"beta": "160.3.4611-beta",
"beta": "160.3.4633-beta",
"stable": "159.4.5870"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>159.4.5870</version>
<version>160.3.4633-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
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '159.4.5870'
$version = '160.3.4633'

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%20159.4.5870%20Offline%20Installer.x86.exe'
checksum = '27efbd59ecda59dc3ff3f785f60c61a7e048fccf74e6ef9128c4c6720487a781'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20160.3.4633%20Offline%20Installer.x86.exe'
checksum = '6bf709a10c20bc58568ce0c178087390680e5544564c2a52e11f42a2c98b2a0e'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit aebde26

Please sign in to comment.