mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 21: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.1.0-34-g5b10c68",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2018-04-24/2.1.0-34-g5b10c68/ag-2018-04-24_2.1.0-34-g5b10c68-x64.zip",
|
|
"hash": "d9b504031443d738beeffa6e4b9ac7162e7f76c5c11bd31ceaddfe0c0dba0d97"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2018-04-24/2.1.0-34-g5b10c68/ag-2018-04-24_2.1.0-34-g5b10c68-x86.zip",
|
|
"hash": "0f3ecd3bc28fcb48fb71001ba3b0267d7587dcb2618beb2cbd26568d7d99ef99"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|