mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
40 lines
1.7 KiB
JSON
40 lines
1.7 KiB
JSON
{
|
|
"version": "2.1.0",
|
|
"description": "Command line utility for interacting with Google Drive.",
|
|
"homepage": "https://github.com/prasmussen/gdrive/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://drive.google.com/uc?id=0B3X9GlR6EmbnbnBsTXlfS1J5UjQ&export=download#/gdrive.exe",
|
|
"hash": "sha1:17f692a027a049385af2576503cd376593cc87b7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://drive.google.com/uc?id=0B3X9GlR6EmbnV3RNeFVUQjZvS2c&export=download#/gdrive.exe",
|
|
"hash": "sha1:1429200631b598543eddc3df3487117cad95adbb"
|
|
}
|
|
},
|
|
"bin": "gdrive.exe",
|
|
"checkver": {
|
|
"url": "https://raw.githubusercontent.com/prasmussen/gdrive/master/README.md",
|
|
"regex": "(?sm)gdrive-windows-386.exe\\].+\\?id=(?<id32>[A-Za-z\\d]{28}).*gdrive-windows-x64.exe\\].+\\?id=(?<id64>[A-Za-z\\d]{28})&export=download\\)\\s+\\|\\s+([\\d\\.]+)\\s+\\|\\s+Windows 64-bit"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://drive.google.com/uc?id=$matchId64&export=download#/gdrive.exe",
|
|
"hash": {
|
|
"url": "https://raw.githubusercontent.com/prasmussen/gdrive/master/README.md",
|
|
"find": "Windows 64-bit\\s+\\|\\s+([A-Fa-f\\d]{40})"
|
|
}
|
|
},
|
|
"32bit": {
|
|
"url": "https://drive.google.com/uc?id=$matchId32&export=download#/gdrive.exe",
|
|
"hash": {
|
|
"url": "https://raw.githubusercontent.com/prasmussen/gdrive/master/README.md",
|
|
"find": "Window(?:s)? 32-bit\\s+\\|\\s+([A-Fa-f\\d]{40})"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|