From 91d1c442729c0aead45c3c36bcabc9d073e35e90 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sun, 3 Dec 2023 21:16:51 +0000 Subject: [PATCH] AU: 1 updated - googledrive [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/4bf36e1fa59d1eff996d37a5df9529ed7a74a882 --- 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 e7d071315..6077f066c 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.10.0 + 84.0.11.0 Maurice Kevenaar diff --git a/automatic/googledrive/info b/automatic/googledrive/info index f77d9f90c..8b17bc1d2 100644 --- a/automatic/googledrive/info +++ b/automatic/googledrive/info @@ -1 +1 @@ -"205de68"|84.0.10.0 \ No newline at end of file +"20757bc"|84.0.11.0 \ No newline at end of file diff --git a/automatic/googledrive/tools/chocolateyInstall.ps1 b/automatic/googledrive/tools/chocolateyInstall.ps1 index a39cc190f..e7aa0b190 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.10.0' +[version] $softwareVersion = '84.0.11.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 = 'A41ABB86E1D3E42892BD3CBEF5C567FA910965A183E94F0E5D39177F4D635CE0' + $checksum = '47C2F89791B5B6FE4A9061617F5507A6FFADDBFD6D917C34869F0C9B8D5BD1E0' $checksumType = 'sha256' $packageArgs = @{