From ce53b3fb5b91e927b94ab943837d63f086c53e21 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 29 Nov 2023 22:16:45 +0000 Subject: [PATCH] AU: 1 updated - googledrive [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/a272123b521564223f8c1834e5f24c4fff58b334 --- automatic/googledrive/googledrive.nuspec | 2 +- automatic/googledrive/info | 2 +- automatic/googledrive/tools/chocolateyInstall.ps1 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/googledrive/googledrive.nuspec b/automatic/googledrive/googledrive.nuspec index 159d232c4..340a844e4 100644 --- a/automatic/googledrive/googledrive.nuspec +++ b/automatic/googledrive/googledrive.nuspec @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 84.0.4.0 + 84.0.6.0 Maurice Kevenaar diff --git a/automatic/googledrive/info b/automatic/googledrive/info index ce800ed3b..4da57a739 100644 --- a/automatic/googledrive/info +++ b/automatic/googledrive/info @@ -1 +1 @@ -"2004aa3"|84.0.4.0 \ No newline at end of file +"2047ccc"|84.0.6.0 \ No newline at end of file diff --git a/automatic/googledrive/tools/chocolateyInstall.ps1 b/automatic/googledrive/tools/chocolateyInstall.ps1 index df1c3c7fe..5760619e1 100644 --- a/automatic/googledrive/tools/chocolateyInstall.ps1 +++ b/automatic/googledrive/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" . $toolsDir\helpers.ps1 -[version] $softwareVersion = '84.0.4.0' +[version] $softwareVersion = '84.0.6.0' $installedVersion = Get-InstalledVersion if ($installedVersion -eq $softwareVersion -and !$env:ChocolateyForce) { @@ -16,7 +16,7 @@ else { } $url = 'https://dl.google.com/drive-file-stream/GoogleDriveSetup.exe' - $checksum = 'E4D0A51AD6A69B3318395D5760D941147E9A4B602BC19283C516C6A69566FAE9' + $checksum = '9ED0FE7384D488F08C760540CBB45B2C76BB186D0E2DEE56E9345B9331F78F28' $checksumType = 'sha256' $packageArgs = @{