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 16, 2024
1 parent 999d536 commit 8b834ee
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": "195.3.4954-beta",
"beta": "195.3.4974-beta",
"stable": "194.4.6267"
}
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>195.3.4954-beta</version>
<version>195.3.4974-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 = '195.3.4954'
$version = '195.3.4974'

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%20195.3.4954%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.3.4954%20Offline%20Installer.x64.exe'
checksum = '1071d9096d776d88b79c8669c64197fdbc186d3ca7081f996724c40bf597ce79'
checksum64 = '6db9782074b6f5fdcec0f02b1989d0fb35edb69ef1a17d6b31b09190e37fb93e'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.3.4974%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.3.4974%20Offline%20Installer.x64.exe'
checksum = '2bad675b57449c6348335e5f416a1f7e83fdbac205db3418170fa07e414968e2'
checksum64 = 'defce6f20921d3bb06afe4f738bb1ee9b830c9fec6bf576a3de308a1fa3562f7'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down

0 comments on commit 8b834ee

Please sign in to comment.