gdrive: Update to version 3.9.1 (#5804)

This commit is contained in:
Bill Haofei Gong 2024-05-08 12:18:19 +10:00 committed by GitHub
parent 4890fa72a3
commit 2c6cd42249
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}
}