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 Feb 22, 2024
1 parent 8e8436f commit 465ff69
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": "193.3.5557-beta",
"beta": "194.3.6189-beta",
"stable": "193.4.5594"
}
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>193.4.5594</version>
<version>194.3.6189-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 = '193.4.5594'
$version = '194.3.6189'

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%20193.4.5594%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20193.4.5594%20Offline%20Installer.x64.exe'
checksum = 'f9d3184a72f84695b4975be1d820063789bd00ec4fd40131d85a904e15fb6515'
checksum64 = 'b5e5f2646d3dad32f386d949ba25058f8764d3b227a2d8c3e2b96e4b6a350445'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20194.3.6189%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20194.3.6189%20Offline%20Installer.x64.exe'
checksum = '5b41c6b42e7e71b4b8c7ead29ca3e9a22a2708627a0f50e2a36d33f5a99c7e36'
checksum64 = 'df4462a63c7272688eab06f6678c62bd0c3e146149da9989ee64b03c9d72c0d1'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down

0 comments on commit 465ff69

Please sign in to comment.