mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "2.2.0",
|
|
"description": "A code search tool similar to ack and the_silver_searcher(ag) with multiple platform and multiple encoding support.",
|
|
"homepage": "https://github.com/monochromegane/the_platinum_searcher",
|
|
"license": "MIT",
|
|
"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": {
|
|
"github": "https://github.com/monochromegane/the_platinum_searcher",
|
|
"regex": "/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"
|
|
}
|
|
}
|
|
}
|
|
}
|