mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 00:51:18 +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.5",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.5/pt_windows_amd64.zip",
|
|
"hash": "0f02db8eba977bc50b743ed18b4ba8efb769b7ade5f8a5c84e869d44117924bb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.5/pt_windows_386.zip",
|
|
"hash": "5756ebf64d3d65aa4ef7bb176f5170ea8abfd5e23bf349d7c64a408b2201732b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|