mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
Add gdrive version 2.1.0 (#2873)
- Closes lukesampson/scoop-extras#1364 
This commit is contained in:
parent
f408ce364b
commit
10fac90205
39
gdrive.json
Normal file
39
gdrive.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"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})"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user