mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
gdrive: Update to version 3.9.1 (#5804)
This commit is contained in:
parent
4890fa72a3
commit
2c6cd42249
@ -1,16 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "2.1.1",
|
"version": "3.9.1",
|
||||||
"description": "Command line utility for interacting with Google Drive.",
|
"description": "Google Drive CLI Client",
|
||||||
"homepage": "https://github.com/prasmussen/gdrive",
|
"homepage": "https://github.com/glotlabs/gdrive",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/prasmussen/gdrive/releases/download/2.1.1/gdrive_2.1.1_windows_amd64.tar.gz",
|
"url": "https://github.com/glotlabs/gdrive/releases/download/3.9.1/gdrive_windows-x64.zip",
|
||||||
"hash": "md5:14226cb66d7f6c1b84a5be911ff193f6"
|
"hash": "md5:84d76a8e5546977ad174809f5720301d"
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/prasmussen/gdrive/releases/download/2.1.1/gdrive_2.1.1_windows_386.tar.gz",
|
|
||||||
"hash": "md5:e03346f9ec72225872d0e32b41abf192"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "gdrive.exe",
|
"bin": "gdrive.exe",
|
||||||
@ -18,16 +14,7 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/prasmussen/gdrive/releases/download/$version/gdrive_$version_windows_amd64.tar.gz",
|
"url": "https://github.com/glotlabs/gdrive/releases/download/$version/gdrive_windows-x64.zip"
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user