mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/monochromegane/the_platinum_searcher",
|
|
"license": "MIT",
|
|
"version": "2.1.6",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.6/pt_windows_amd64.zip",
|
|
"hash": "c0916da58860e509932f6e8558a90e39038e4fe3665c83319a43fd83e37ad7b0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.6/pt_windows_386.zip",
|
|
"hash": "e9ebd094e6b837d0a6b2bcead377f9321e62db990b6386b8a7921e94fede3c22"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|