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 Jul 28, 2023
1 parent 6b39dc9 commit 89f7714
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": "180.3.4712-beta",
"beta": "180.3.4745-beta",
"stable": "179.4.4917"
}
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>180.3.4712-beta</version>
<version>180.3.4745-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 = '180.3.4712'
$version = '180.3.4745'

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%20180.3.4712%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20180.3.4712%20Offline%20Installer.x64.exe'
checksum = 'da7eb17130919040bc39921a09b1246545763f10378a17458c24ab5366c46462'
checksum64 = 'f2fe83812c7bf50628bca346f339dcd6db464bddf56adb4920c69beccfed4e04'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20180.3.4745%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20180.3.4745%20Offline%20Installer.x64.exe'
checksum = '2b76e41545e22c169e9d5fb054994ccd99c96ea360cf9a69b10754efd7f57a76'
checksum64 = '4af608611c8e1fc5c751eae20245e13d8c14e513be939c900118a859cee04061'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down

0 comments on commit 89f7714

Please sign in to comment.