2021-09-20 15:56:31 +08:00

21 lines
764 B
JSON

{
"version": "2.2.4",
"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.4-Windows/ag.zip",
"hash": "fc272e4cbd451654944b494b71f55041615879c96918da49f742a1036d1ba98d",
"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"
}
}