From decded31b30e414563f2f61011457d064aed2b2d Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 28 Jun 2024 18:18:13 +0000 Subject: [PATCH] AU: 1 updated - dropbox [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/57b3b62c49e368c67be756b6eea5b88dc68bb444 --- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 76f985ef31e..f0b17b9e00f 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "203.3.4712-beta", + "beta": "203.3.4740-beta", "stable": "202.4.5551" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 71b1b042ed4..120a66e598e 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 203.3.4712-beta + 203.3.4740-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index d039bdcdb3d..dac5014d5f8 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -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 } @@ -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'