Skip to content

Commit

Permalink
Add gdrive version 2.1.0 (ScoopInstaller#2873)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 authored and r15ch13 committed Dec 10, 2018
1 parent ecb30bb commit 4f2b7d1
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions bucket/gdrive.json
Original file line number Diff line number Diff line change
@@ -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})"
}
}
}
}
}

0 comments on commit 4f2b7d1

Please sign in to comment.