Skip to content

Commit

Permalink
AU: 2 updated - dropbox youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 12, 2024
1 parent 25d7805 commit 8424f53
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": "204.3.5299-beta",
"beta": "204.3.5321-beta",
"stable": "203.4.4857"
}
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>204.3.5299-beta</version>
<version>204.3.5321-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 = '204.3.5299'
$version = '204.3.5321'

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%20204.3.5299%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20204.3.5299%20Offline%20Installer.x64.exe'
checksum = '5a8fd456fef67c80ec46f36685a8e7a1c92355c51c4cc7f01ebd66bc8120e8f1'
checksum64 = '7145437650e21d0ee3d1db3b5d4abdbd2eb81140cb696792daf0cb01a6fc7b1e'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20204.3.5321%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20204.3.5321%20Offline%20Installer.x64.exe'
checksum = '760f183af6d973e00a4a6dc37479ccd60d2dd1f9c8d7572796db2080749f828c'
checksum64 = '81f2ae4107bdfec3e9c6e6d9651cda05dc49fa10cc65b10b05bd4f111d836559'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down

0 comments on commit 8424f53

Please sign in to comment.