mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://geoff.greer.fm/ag/",
|
|
"description": "A tool for searching code",
|
|
"license": "Apache-2.0",
|
|
"version": "2.2.0-19-g965f71d",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2019-03-23/2.2.0-19-g965f71d/ag-2019-03-23_2.2.0-19-g965f71d-x64.zip",
|
|
"hash": "e4f39c0bb6d79a23b8d4acdeb2cc1e4195c3e6e34a649d91c6dfdbff917d3418"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2019-03-23/2.2.0-19-g965f71d/ag-2019-03-23_2.2.0-19-g965f71d-x86.zip",
|
|
"hash": "26f4bdb3c47aa3bc3adf0b0fb529304facba0e923ef39dfbef714a1ea934577e"
|
|
}
|
|
},
|
|
"bin": "ag.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases",
|
|
"re": "/releases/tag/(?<date>[\\d-]+)%2F(?<version>[\\w.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/$matchDate/$version/ag-$matchDate_$version-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/$matchDate/$version/ag-$matchDate_$version-x86.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|