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 3, 2024
1 parent a0c9636 commit 528968c
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": "192.3.4492-beta",
"beta": "192.3.4572-beta",
"stable": "191.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>192.3.4492-beta</version>
<version>192.3.4572-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 = '192.3.4492'
$version = '192.3.4572'

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%20192.3.4492%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20192.3.4492%20Offline%20Installer.x64.exe'
checksum = '01c0bf0d4ed0357d00d0558a00f521cc5eaa338c27caab7bacb63ef48f13305b'
checksum64 = 'be0671234389d0eaae999e2986ec67369127c383f517f10febe999b49b6f63eb'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20192.3.4572%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20192.3.4572%20Offline%20Installer.x64.exe'
checksum = 'a114d1b4f94b1b8ec960de9b1daea4a209cbf159970d17d299f6e55f67c505de'
checksum64 = '6501b68ea95d41c40ee5ef4ebc8578fc4f7fb411f295b4d8eb41f65c93d7cf93'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down

0 comments on commit 528968c

Please sign in to comment.