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 Apr 19, 2024
1 parent 0f9deb1 commit 42fa0a2
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": "198.3.7422-beta",
"beta": "198.3.7448-beta",
"stable": "197.4.7571"
}
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>198.3.7422-beta</version>
<version>198.3.7448-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 = '198.3.7422'
$version = '198.3.7448'

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%20198.3.7422%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20198.3.7422%20Offline%20Installer.x64.exe'
checksum = 'db2bf85297c729b2631079ca1707e0dc12421d9e4189139edfca002204925f65'
checksum64 = '2419024c60163e8eb6f10f2a2aa153c52a38709d2176dacc5946c2f562f23c77'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20198.3.7448%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20198.3.7448%20Offline%20Installer.x64.exe'
checksum = 'b66c6fb9ce28c29f3887ee5bf575b565ee917ffb231422d5f1a11cc04678eb25'
checksum64 = 'bacffd1d32fd2c0b6d07b238e2b35160e87e7f44b6255dcb96fafa4847dc825e'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down

0 comments on commit 42fa0a2

Please sign in to comment.