From 7d7375f40b34e628e131ecef1dadc31c1c06df5b Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 9 Dec 2023 00:14:45 +0000 Subject: [PATCH] AU: 1 updated - dropbox [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/1849cf03446f906555724daea8727fd95d5d03e6 --- 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 cdec26f2a7b..723aaafe941 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "188.3.6262-beta", + "beta": "189.3.8308-beta", "stable": "188.4.6302" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 8267bb0cf25..8c15dac0dde 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 188.4.6302 + 189.3.8308-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 8284b3573d7..c87cea4117b 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '188.4.6302' +$version = '189.3.8308' 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%20188.4.6302%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20188.4.6302%20Offline%20Installer.x64.exe' - checksum = '37eca418b1b69f16075de54c20adc898df49784d274f06e2fc7c1dd542ac8070' - checksum64 = '1e331c5193b154caa3015fe05ce755fd277dacad52e21ec1f4509442efe658a2' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20189.3.8308%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20189.3.8308%20Offline%20Installer.x64.exe' + checksum = '75af56d56c838012035715b3e48001645770ad329cbc385c816a55f1a5b95c31' + checksum64 = 'baeb814f815e01a8662b5d35717efdce3203ecb603429eb09c70e3eda5b6a2ac' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256'