From e3545f85830449189a42ab53bc5ae14ec3b8bbb0 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Fri, 1 Dec 2023 23:18:09 +0000 Subject: [PATCH] AU: 1 updated - googledrive [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/27c945fd27910fc6b05d1ca25b9e8c1eb0f63139 --- 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 340a844e4..e7d071315 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.6.0 + 84.0.10.0 Maurice Kevenaar diff --git a/automatic/googledrive/info b/automatic/googledrive/info index 4da57a739..f77d9f90c 100644 --- a/automatic/googledrive/info +++ b/automatic/googledrive/info @@ -1 +1 @@ -"2047ccc"|84.0.6.0 \ No newline at end of file +"205de68"|84.0.10.0 \ No newline at end of file diff --git a/automatic/googledrive/tools/chocolateyInstall.ps1 b/automatic/googledrive/tools/chocolateyInstall.ps1 index 5760619e1..a39cc190f 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.6.0' +[version] $softwareVersion = '84.0.10.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 = '9ED0FE7384D488F08C760540CBB45B2C76BB186D0E2DEE56E9345B9331F78F28' + $checksum = 'A41ABB86E1D3E42892BD3CBEF5C567FA910965A183E94F0E5D39177F4D635CE0' $checksumType = 'sha256' $packageArgs = @{