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 Mar 29, 2024
1 parent 2711be4 commit 69ef668
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": "196.3.6817-beta",
"beta": "196.3.6883-beta",
"stable": "195.4.4995"
}
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>196.3.6817-beta</version>
<version>196.3.6883-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 = '196.3.6817'
$version = '196.3.6883'

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%20196.3.6817%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20196.3.6817%20Offline%20Installer.x64.exe'
checksum = '2bed30a70f718a7708e40768150a6997f9b96417c62ac79082044bf8233c3d1c'
checksum64 = '483164fb70463248e5d6d48a53e62bf0b4111745cdda7efd8ce083887dbdd3aa'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20196.3.6883%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20196.3.6883%20Offline%20Installer.x64.exe'
checksum = 'e287571e3d4a79e03388f3747032555464795c41ae34d159f94fb3a3337e9265'
checksum64 = 'a27ff97c51a8269908810f70f7f4e2c601d2855b0b21f74f981a0cb8509e69ac'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down

0 comments on commit 69ef668

Please sign in to comment.