From 2c6cd422497d558969f000d25650c561e078f787 Mon Sep 17 00:00:00 2001 From: Bill Haofei Gong Date: Wed, 8 May 2024 12:18:19 +1000 Subject: [PATCH] gdrive: Update to version 3.9.1 (#5804) --- bucket/gdrive.json | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/bucket/gdrive.json b/bucket/gdrive.json index 12e9b5cd61..c77e225adf 100644 --- a/bucket/gdrive.json +++ b/bucket/gdrive.json @@ -1,16 +1,12 @@ { - "version": "2.1.1", - "description": "Command line utility for interacting with Google Drive.", - "homepage": "https://github.com/prasmussen/gdrive", + "version": "3.9.1", + "description": "Google Drive CLI Client", + "homepage": "https://github.com/glotlabs/gdrive", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/prasmussen/gdrive/releases/download/2.1.1/gdrive_2.1.1_windows_amd64.tar.gz", - "hash": "md5:14226cb66d7f6c1b84a5be911ff193f6" - }, - "32bit": { - "url": "https://github.com/prasmussen/gdrive/releases/download/2.1.1/gdrive_2.1.1_windows_386.tar.gz", - "hash": "md5:e03346f9ec72225872d0e32b41abf192" + "url": "https://github.com/glotlabs/gdrive/releases/download/3.9.1/gdrive_windows-x64.zip", + "hash": "md5:84d76a8e5546977ad174809f5720301d" } }, "bin": "gdrive.exe", @@ -18,16 +14,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/prasmussen/gdrive/releases/download/$version/gdrive_$version_windows_amd64.tar.gz", - "hash": { - "url": "$baseurl/gdrive_$version_windows_amd64_checksum.txt" - } - }, - "32bit": { - "url": "https://github.com/prasmussen/gdrive/releases/download/$version/gdrive_$version_windows_386.tar.gz", - "hash": { - "url": "$baseurl/gdrive_$version_windows_386_checksum.txt" - } + "url": "https://github.com/glotlabs/gdrive/releases/download/$version/gdrive_windows-x64.zip" } } }