mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "2.1.1",
|
|
"description": "Command line utility for interacting with Google Drive.",
|
|
"homepage": "https://github.com/prasmussen/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"
|
|
}
|
|
},
|
|
"bin": "gdrive.exe",
|
|
"checkver": "github",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|