h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

31 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/monochromegane/the_platinum_searcher",
"license": "MIT",
"version": "2.2.0",
"architecture": {
"64bit": {
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.2.0/pt_windows_amd64.zip",
"hash": "7fa5aab0462a63cc1a746af3f07f1d03bf6521e23f8b2d149fc5af7b4e00596c"
},
"32bit": {
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.2.0/pt_windows_386.zip",
"hash": "d32ebffe0c2cf142351b6037e73e0bde18044f9c77960c7b55076e45dc80929d"
}
},
"bin": "pt.exe",
"checkver": {
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/latest",
"re": "/releases/tag/v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v$version/pt_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v$version/pt_windows_386.zip"
}
}
}
}