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 Jun 28, 2024
1 parent a154695 commit decded3
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": "203.3.4712-beta",
"beta": "203.3.4740-beta",
"stable": "202.4.5551"
}
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>203.3.4712-beta</version>
<version>203.3.4740-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 = '203.3.4712'
$version = '203.3.4740'

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%20203.3.4712%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20203.3.4712%20Offline%20Installer.x64.exe'
checksum = '7e6bf68211a615c0ce3fb71e5fe75d108a2b0b9ba9c3eb1850adae074365b1fa'
checksum64 = '696a399f6a913dd4ae86b057aa448c7c966e01bd837465103e4a9c9d21e9e77a'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20203.3.4740%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20203.3.4740%20Offline%20Installer.x64.exe'
checksum = '62c635c7702a10b5396473960be242125b0fa3546cbb702260a3fc62e2d9c75e'
checksum64 = 'a6883ae76e6f7c97aa5acf3d57f4fa5b5d274744e2f20184d8f0158fafe0f8ba'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down

0 comments on commit decded3

Please sign in to comment.