forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathag.json
20 lines (20 loc) · 764 Bytes
/
ag.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"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"
}
}