2023-12-19 00:32:28 +00:00

21 lines
764 B
JSON

{
"version": "2.2.5",
"description": "A tool for searching code. Fork of The Silver Searcher; dedicated to building a well behaved version for Windows.",
"homepage": "https://github.com/JFLarvoire/the_silver_searcher",
"license": "Apache-2.0",
"url": "https://github.com/JFLarvoire/the_silver_searcher/releases/download/2.2.5-Windows/ag.zip",
"hash": "7ec05aa4f95e599b944aeaaa21c13abc71a6c46cab087a931bb6fb65b81d07ff",
"architecture": {
"64bit": {
"bin": "WIN64\\ag.exe"
},
"32bit": {
"bin": "WIN32\\ag.exe"
}
},
"checkver": "github",
"autoupdate": {
"url": "https://github.com/JFLarvoire/the_silver_searcher/releases/download/$version-Windows/ag.zip"
}
}